summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
authorpixel <pixel>2004-04-28 14:24:13 +0000
committerpixel <pixel>2004-04-28 14:24:13 +0000
commit10d2965791c78a23b2e1ca91f293c3d49f852d78 (patch)
tree53517f9e0aeb449c98577ffede8ac25ca4f9d8b0 /nmakefile
parentcdad34d7c341f712a9d883b421f832e89f226879 (diff)
Fixing and updates for MSVC
Diffstat (limited to 'nmakefile')
-rw-r--r--nmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/nmakefile b/nmakefile
index f5f4817..cd18310 100644
--- a/nmakefile
+++ b/nmakefile
@@ -1,8 +1,8 @@
-_CCFLAGS = /I includes /I generic\include /I generic\lib\lua\include /I ..\zlib /I msvc/getopt
+_CCFLAGS = /I includes /I psxdev /I generic\include /I generic\lib\lua\include /I generic\lib\zlib\include /I msvc /I msvc\getopt
!IFDEF DEBUG
-_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 comdlg32.lib user32.lib
+_LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" comdlg32.lib user32.lib
!ELSE
-_LIBS = "MSVC\Baltisot - generic\Release\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Release\PSX-Bundle - library.lib" ..\zlib\dll32\zlib.lib ..\zlib\static32\zlibstat.lib comdlg32.lib user32.lib
+_LIBS = "MSVC\Baltisot - generic\Release\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Release\PSX-Bundle - library.lib" comdlg32.lib user32.lib
!ENDIF
!include MSVC\Tools\master.mak
@@ -10,7 +10,7 @@ _LIBS = "MSVC\Baltisot - generic\Release\Baltisot - generic.lib" "MSVC\PSX-Bundl
#------------------------------------------------------------------
TARGETS = bgrep.exe cd-tool.exe crypto-search.exe lzss-main.exe luapatch.res luapatch.exe
-SUBDIRS = Xenogears PE
+SUBDIRS =
all : $(TARGETS)
for %i in ( $(SUBDIRS) ) do $(_MAKE_IN_DIR) %i all