From 4a5e6ba6ba48ced51222dbda36a3d3dd99d75ec5 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 5 Sep 2003 13:24:52 +0000 Subject: Added getopt code and fixed some more windows things. --- nmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nmakefile') diff --git a/nmakefile b/nmakefile index 9241859..af66aff 100644 --- a/nmakefile +++ b/nmakefile @@ -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 -- cgit v1.2.3