summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
authorpixel <pixel>2005-02-24 11:30:04 +0000
committerpixel <pixel>2005-02-24 11:30:04 +0000
commit6be605d10fb8d98cd0cd95ea7f9179f73e67b8ed (patch)
tree708a99f98635e3b97b5c6519e13512bd16547826 /nmakefile
parent9418b93fd33707d10302a61182cdb2a6cd3b59fa (diff)
Huh ? Normalizing (again) crlfs....
Diffstat (limited to 'nmakefile')
-rw-r--r--nmakefile40
1 files changed, 20 insertions, 20 deletions
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