From 97f6a480777588b97fe1016692a5ca7de7c0bb78 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 5 Sep 2003 12:48:10 +0000 Subject: Starting to build the project MSVC - continued --- Xenogears/nmakefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Xenogears/nmakefile (limited to 'Xenogears/nmakefile') diff --git a/Xenogears/nmakefile b/Xenogears/nmakefile new file mode 100644 index 0000000..3e3f4ad --- /dev/null +++ b/Xenogears/nmakefile @@ -0,0 +1,13 @@ +_CCFLAGS = /I ..\includes /I ..\generic\include /I ..\..\zlib +_LIBS = "..\MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" ..\..\zlib\zlibdll.lib ..\..\zlib\zlibstat.lib + +!include $(COMMONTOOLSPATH)\master.mak + +#------------------------------------------------------------------ + +TARGETS = decrypt.exe + +all : $(TARGETS) + +clean : + -del /Q $(TARGETS) *.ilk *.pdb *.obj -- cgit v1.2.3