diff options
author | marha <marha@users.sourceforge.net> | 2009-09-18 14:54:14 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-18 14:54:14 +0000 |
commit | 4d5664922a121914cddc705cfb8b0ba2daeb3b1c (patch) | |
tree | 4de6b10b4ef819954a15dd0cb4e68b5930f3902e /xorg-server/hw/xwin | |
parent | 58b69e7eb9be29c60e45d46a880b391e3809e76f (diff) | |
download | vcxsrv-4d5664922a121914cddc705cfb8b0ba2daeb3b1c.tar.gz vcxsrv-4d5664922a121914cddc705cfb8b0ba2daeb3b1c.tar.bz2 vcxsrv-4d5664922a121914cddc705cfb8b0ba2daeb3b1c.zip |
Now it is possible to have spaces in the root directory name of the source tree
(when using mhmake version 1.4.0)
Diffstat (limited to 'xorg-server/hw/xwin')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/makefile b/xorg-server/hw/xwin/xlaunch/makefile index 345357d92..63b37dd1b 100644 --- a/xorg-server/hw/xwin/xlaunch/makefile +++ b/xorg-server/hw/xwin/xlaunch/makefile @@ -18,7 +18,7 @@ WINAPP = xlaunch RESOURCES = resources.rc
$(OBJDIR)\%.res : resources\%.rc
- $(RC) $(RCFLAGS) $(RCDEFINES:%=-d "%") $(RCINCLUDES:%=-i "%") -Fo"$(relpath $@)" "$<"
+ $(RC) $(RCFLAGS) $(RCDEFINES:%=-d "%") $(RCINCLUDES:%=-i %) -Fo$(relpath $@) $<
LIBDIRS=$(dir $(INCLUDELIBFILES))
|