Updated library to 7.4.6

This commit is contained in:
David Anderson 2005-01-10 16:42:46 +00:00
parent 01b955d2d4
commit ec9d4a52fe
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -25,7 +25,7 @@
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PGSQL_EXPORTS" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PGSQL_EXPORTS"
StringPooling="TRUE" StringPooling="TRUE"
RuntimeLibrary="4" RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE" EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Release/pgsql.pch" PrecompiledHeaderFile=".\Release/pgsql.pch"
@ -39,7 +39,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib libpq.lib" AdditionalDependencies="wsock32.lib lib\libpq.lib"
OutputFile=".\Release/pgsql_amxx.dll" OutputFile=".\Release/pgsql_amxx.dll"
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"