this was broken too. make sure it builds next time ;)

This commit is contained in:
David Anderson 2006-06-04 01:36:18 +00:00
parent be7bf671af
commit 579cc83d54
2 changed files with 2 additions and 4 deletions

View File

@ -45,8 +45,6 @@ bool RegEx::isFree(bool set, bool val)
int RegEx::Compile(const char *pattern) int RegEx::Compile(const char *pattern)
{ {
int errno;
if (!mFree) if (!mFree)
Clear(); Clear();

View File

@ -31,7 +31,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="lib_win/pcre.lib lib_win/pcreposix.lib" AdditionalDependencies="lib_win/pcre.lib"
OutputFile="$(OutDir)/regex_amxx.dll" OutputFile="$(OutDir)/regex_amxx.dll"
LinkIncremental="2" LinkIncremental="2"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
@ -78,7 +78,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="lib_win/pcre.lib lib_win/pcreposix.lib" AdditionalDependencies="lib_win/pcre.lib"
OutputFile="$(OutDir)/regex_amxx.dll" OutputFile="$(OutDir)/regex_amxx.dll"
LinkIncremental="1" LinkIncremental="1"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"