summaryrefslogtreecommitdiff
path: root/Xenogears/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Xenogears/nmakefile')
-rw-r--r--Xenogears/nmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xenogears/nmakefile b/Xenogears/nmakefile
index d41bd71..640a9ee 100644
--- a/Xenogears/nmakefile
+++ b/Xenogears/nmakefile
@@ -1,5 +1,9 @@
_CCFLAGS = /I ..\includes /I ..\generic\include /I ..\..\zlib
+!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
+!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
+!ENDIF
!include ..\MSVC\Tools\master.mak