this was broken too. make sure it builds next time ;)
This commit is contained in:
parent
be7bf671af
commit
579cc83d54
|
@ -45,8 +45,6 @@ bool RegEx::isFree(bool set, bool val)
|
|||
|
||||
int RegEx::Compile(const char *pattern)
|
||||
{
|
||||
int errno;
|
||||
|
||||
if (!mFree)
|
||||
Clear();
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user