From 36c80c572647e593220c03ef038c16ec0ad4bf1a Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 1 Apr 2005 09:33:13 +0000 Subject: Adding the LuaRegex class to the MSVC projects. --- MSVC/Baltisot - generic/Baltisot - generic.vcproj | 12 + MSVC/CD-Tool/CD-Tool.vcproj | 368 +++++++++---------- MSVC/Dalos/Dalos.vcproj | 4 +- MSVC/LuaPatch/LuaPatch.vcproj | 420 +++++++++++----------- nmakefile | 2 +- 5 files changed, 409 insertions(+), 397 deletions(-) diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index 72edc4f..ffb170e 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -273,6 +273,18 @@ > + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MSVC/Dalos/Dalos.vcproj b/MSVC/Dalos/Dalos.vcproj index 35a97ed..d23e1e1 100644 --- a/MSVC/Dalos/Dalos.vcproj +++ b/MSVC/Dalos/Dalos.vcproj @@ -39,7 +39,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 -- cgit v1.2.3