From 44adf768555ecd211f90cbf4d87b44ba42044d86 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 5 Sep 2003 23:50:16 +0000 Subject: Continuing toying --- PE/nmakefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PE/nmakefile (limited to 'PE/nmakefile') diff --git a/PE/nmakefile b/PE/nmakefile new file mode 100644 index 0000000..f508ab3 --- /dev/null +++ b/PE/nmakefile @@ -0,0 +1,13 @@ +_CCFLAGS = /I ..\includes /I ..\generic\include /I ..\..\zlib +_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 + +!include $(COMMONTOOLSPATH)\master.mak + +#------------------------------------------------------------------ + +TARGETS = extract.exe extract-rooms.exe extract-various.exe reinsert.exe + +all : $(TARGETS) + +clean : + -del /Q $(TARGETS) *.ilk *.pdb *.obj -- cgit v1.2.3