Upgraded to pcre-7.9, fixed linkage to msvcr90 (bug 3923).
This commit is contained in:
parent
b9e2d2b690
commit
b1bf2dece1
Binary file not shown.
Binary file not shown.
@ -67,7 +67,7 @@
|
|||||||
AdditionalDependencies="../lib_win/pcre.lib"
|
AdditionalDependencies="../lib_win/pcre.lib"
|
||||||
OutputFile="$(OutDir)\regex.ext.dll"
|
OutputFile="$(OutDir)\regex.ext.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMTD"
|
IgnoreDefaultLibraryNames=""
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
@ -146,7 +146,7 @@
|
|||||||
AdditionalDependencies="../lib_win/pcre.lib"
|
AdditionalDependencies="../lib_win/pcre.lib"
|
||||||
OutputFile="$(OutDir)\regex.ext.dll"
|
OutputFile="$(OutDir)\regex.ext.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMT"
|
IgnoreDefaultLibraryNames=""
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
Loading…
Reference in New Issue
Block a user