summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
authorpixel <pixel>2004-01-22 22:44:43 +0000
committerpixel <pixel>2004-01-22 22:44:43 +0000
commit7e96e72218e40a2fc3c49294d5156eb0e05b8e94 (patch)
treece34db6414fc5528b3b2e51e02502a68f8808fac /nmakefile
parent1badb6d6759b1836b8f4c6435693433b4f8d285c (diff)
Having a cute patching system now
Diffstat (limited to 'nmakefile')
-rw-r--r--nmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nmakefile b/nmakefile
index 1bb867c..f5f4817 100644
--- a/nmakefile
+++ b/nmakefile
@@ -1,15 +1,15 @@
_CCFLAGS = /I includes /I generic\include /I generic\lib\lua\include /I ..\zlib /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
+_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
!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
+_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
!ENDIF
!include MSVC\Tools\master.mak
#------------------------------------------------------------------
-TARGETS = bgrep.exe cd-tool.exe crypto-search.exe lzss-main.exe
+TARGETS = bgrep.exe cd-tool.exe crypto-search.exe lzss-main.exe luapatch.res luapatch.exe
SUBDIRS = Xenogears PE
all : $(TARGETS)