Added Winsock to the libraries used by the pgsql module since it directly calls select()

git-svn-id: http://yate.null.ro/svn/yate/trunk@3006 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-01-05 12:42:47 +00:00
parent 873306ea49
commit 6511084963
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="libpq.lib"
AdditionalDependencies="libpq.lib ws2_32.lib"
OutputFile="Release/server/pgsqldb.yate"
LinkIncremental="1"
SuppressStartupBanner="true"
@ -171,7 +171,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="libpq.lib"
AdditionalDependencies="libpq.lib ws2_32.lib"
OutputFile="Debug/server/pgsqldb.yate"
LinkIncremental="1"
SuppressStartupBanner="true"