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 errno;
if (!mFree)
Clear();

View File

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