Re: [AD] MSVC build instructions |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Wed, 2005-01-05 at 21:11 -0800, Chris wrote:
> Elias Pschernig wrote:
> > I
> > realized that GNU make just is inherently broken with regards to
> > spaces :|
>
> Encasing it in "quotes" doesn't work?
> REALDIR = "$(MSVCDir)"
>
No, not if you put it into a list, e.g. like:
INSTALL_DIRS = $(REALDIR_INCLUDES) $(REALDIR_LIBRARIES)
What would work would be to do the installing with some .sh or .bat, I
guess. The .bat would be enough actually, in linux spaces aren't used so
often in pathes.
The compiling I could get to work with the
NULLSTRING :=
SPACE := $(NULLSTRING)
magic, and passing \ escaped spaces to runner.exe.
--
Elias Pschernig