From 40e45d8948a8b5315c83886b5218543cafae0c4a Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 8 Sep 2003 17:36:56 +0000 Subject: Still some changes.... --- nmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nmakefile') 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 -- cgit v1.2.3