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 RegEx::Compile(const char *pattern)
|
||||||
{
|
{
|
||||||
int errno;
|
|
||||||
|
|
||||||
if (!mFree)
|
if (!mFree)
|
||||||
Clear();
|
Clear();
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user