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