diff options
author | pixel <pixel> | 2003-09-08 17:36:56 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-08 17:36:56 +0000 |
commit | 40e45d8948a8b5315c83886b5218543cafae0c4a (patch) | |
tree | 122556ea25efe2719de195d0c29f65d943ab8886 /Xenogears/nmakefile | |
parent | b04ffaf185eb6086ad287f2b93ebf3ecb3a7c5cb (diff) |
Still some changes....
Diffstat (limited to 'Xenogears/nmakefile')
-rw-r--r-- | Xenogears/nmakefile | 4 |
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
|