summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
authorpixel <pixel>2005-04-01 09:33:13 +0000
committerpixel <pixel>2005-04-01 09:33:13 +0000
commit36c80c572647e593220c03ef038c16ec0ad4bf1a (patch)
treeb9fcc288af12e554c888b3f1d87c5f6e4caf7529 /nmakefile
parentc9ea9f0ba2fafaceb31f3fb2def46b471e1b27a7 (diff)
Adding the LuaRegex class to the MSVC projects.
Diffstat (limited to 'nmakefile')
-rw-r--r--nmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmakefile b/nmakefile
index 4a069bc..65c0a31 100644
--- a/nmakefile
+++ b/nmakefile
@@ -1,4 +1,4 @@
-_CCFLAGS = /I includes /I psxdev /I generic\include /I generic\lib\lua\include /I generic\lib\zlib\include /I msvc /I msvc\getopt
+_CCFLAGS = /I includes /I psxdev /I generic\include /I generic\lib\lua\include /I generic\lib\zlib\include /I msvc /I msvc\getopt /I msvc\regex
!IFDEF DEBUG
_LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" comdlg32.lib user32.lib
!ELSE