diff options
author | pixel <pixel> | 2003-09-05 13:24:52 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-05 13:24:52 +0000 |
commit | 4a5e6ba6ba48ced51222dbda36a3d3dd99d75ec5 (patch) | |
tree | c987ce2573fc9ce89cc71b632ff932179a07b351 /nmakefile | |
parent | 97f6a480777588b97fe1016692a5ca7de7c0bb78 (diff) |
Added getopt code and fixed some more windows things.
Diffstat (limited to 'nmakefile')
-rw-r--r-- | nmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -_CCFLAGS = /I includes /I generic\include /I ..\zlib
-_LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" ..\zlib\zlibdll.lib ..\zlib\zlibstat.lib
+_CCFLAGS = /I includes /I generic\include /I ..\zlib /I msvc/getopt
+_LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" ..\zlib\zlibdll.lib ..\zlib\zlibstat.lib
!include $(COMMONTOOLSPATH)\master.mak
|