summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
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