summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nmakefile')
-rw-r--r--nmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nmakefile b/nmakefile
index 6c93a27..8ac283a 100644
--- a/nmakefile
+++ b/nmakefile
@@ -1,5 +1,9 @@
_CCFLAGS = /I includes /I generic\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
+!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