From 6be605d10fb8d98cd0cd95ea7f9179f73e67b8ed Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 24 Feb 2005 11:30:04 +0000 Subject: Huh ? Normalizing (again) crlfs.... --- nmakefile | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'nmakefile') diff --git a/nmakefile b/nmakefile index cd18310..4a069bc 100644 --- a/nmakefile +++ b/nmakefile @@ -1,20 +1,20 @@ -_CCFLAGS = /I includes /I psxdev /I generic\include /I generic\lib\lua\include /I generic\lib\zlib\include /I msvc /I msvc\getopt -!IFDEF DEBUG -_LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" comdlg32.lib user32.lib -!ELSE -_LIBS = "MSVC\Baltisot - generic\Release\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Release\PSX-Bundle - library.lib" comdlg32.lib user32.lib -!ENDIF - -!include MSVC\Tools\master.mak - -#------------------------------------------------------------------ - -TARGETS = bgrep.exe cd-tool.exe crypto-search.exe lzss-main.exe luapatch.res luapatch.exe -SUBDIRS = - -all : $(TARGETS) - for %i in ( $(SUBDIRS) ) do $(_MAKE_IN_DIR) %i all - -clean : - -del /Q $(TARGETS) *.ilk *.pdb *.obj - for %i in ( $(SUBDIRS) ) do $(_MAKE_IN_DIR) %i clean +_CCFLAGS = /I includes /I psxdev /I generic\include /I generic\lib\lua\include /I generic\lib\zlib\include /I msvc /I msvc\getopt +!IFDEF DEBUG +_LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" comdlg32.lib user32.lib +!ELSE +_LIBS = "MSVC\Baltisot - generic\Release\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Release\PSX-Bundle - library.lib" comdlg32.lib user32.lib +!ENDIF + +!include MSVC\Tools\master.mak + +#------------------------------------------------------------------ + +TARGETS = bgrep.exe cd-tool.exe crypto-search.exe lzss-main.exe luapatch.res luapatch.exe +SUBDIRS = + +all : $(TARGETS) + for %i in ( $(SUBDIRS) ) do $(_MAKE_IN_DIR) %i all + +clean : + -del /Q $(TARGETS) *.ilk *.pdb *.obj + for %i in ( $(SUBDIRS) ) do $(_MAKE_IN_DIR) %i clean -- cgit v1.2.3