diff options
Diffstat (limited to 'Xenogears/nmakefile')
-rw-r--r-- | Xenogears/nmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xenogears/nmakefile b/Xenogears/nmakefile index 3e3f4ad..2f62663 100644 --- a/Xenogears/nmakefile +++ b/Xenogears/nmakefile @@ -1,11 +1,11 @@ _CCFLAGS = /I ..\includes /I ..\generic\include /I ..\..\zlib
-_LIBS = "..\MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" ..\..\zlib\zlibdll.lib ..\..\zlib\zlibstat.lib
+_LIBS = "..\MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "..\MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" ..\..\zlib\zlibdll.lib ..\..\zlib\zlibstat.lib
!include $(COMMONTOOLSPATH)\master.mak
#------------------------------------------------------------------
-TARGETS = decrypt.exe
+TARGETS = decrypt.exe main_dump.exe
all : $(TARGETS)
|