Upgraded to pcre-7.9, fixed linkage to msvcr90 (bug 3923).

This commit is contained in:
David Anderson 2009-07-28 19:01:37 -04:00
parent b9e2d2b690
commit b1bf2dece1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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"