diff options
author | pixel <pixel> | 2005-04-01 09:33:13 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-04-01 09:33:13 +0000 |
commit | 36c80c572647e593220c03ef038c16ec0ad4bf1a (patch) | |
tree | b9fcc288af12e554c888b3f1d87c5f6e4caf7529 /nmakefile | |
parent | c9ea9f0ba2fafaceb31f3fb2def46b471e1b27a7 (diff) |
Adding the LuaRegex class to the MSVC projects.
Diffstat (limited to 'nmakefile')
-rw-r--r-- | nmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |