summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-06 04:26:15 +0000
committerpixel <pixel>2003-12-06 04:26:15 +0000
commit845451a49fe822f4ccbf221e9b56889d5386713d (patch)
tree7880063afc25ec1e8f48765ab8050e0c29b9bafd /nmakefile
parent9a54b0afea62322465b4de1c53c957d43f05b661 (diff)
Having LUA now in cd-tool! Yay!
Diffstat (limited to 'nmakefile')
-rw-r--r--nmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmakefile b/nmakefile
index 8ac283a..1bb867c 100644
--- a/nmakefile
+++ b/nmakefile
@@ -1,4 +1,4 @@
-_CCFLAGS = /I includes /I generic\include /I ..\zlib /I msvc/getopt
+_CCFLAGS = /I includes /I generic\include /I generic\lib\lua\include /I ..\zlib /I msvc/getopt
!IFDEF DEBUG
_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
!ELSE