diff options
author | pixel <pixel> | 2003-09-05 23:21:20 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-05 23:21:20 +0000 |
commit | 7ff77f49e9577ff5b63d7f2e2ce7651257bf1d63 (patch) | |
tree | 0bd6ad708a29f5e6d2b69dad9a0113319ad535f3 /nmakefile | |
parent | 23e2f62a8cc7b92826307fda62676b01d54bf9de (diff) |
Fixing makefiles again...
Diffstat (limited to 'nmakefile')
-rw-r--r-- | nmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ _CCFLAGS = /I includes /I generic\include /I ..\zlib /I msvc/getopt
_LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" ..\zlib\dll32\zlib.lib ..\zlib\static32\zlibstat.lib
-!include $(COMMONTOOLSPATH)\master.mak
+!include "$(COMMONTOOLSPATH)\master.mak"
#------------------------------------------------------------------
|