summaryrefslogtreecommitdiffstats
path: root/PC/VS7.1
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2012-04-15 11:12:57 (GMT)
committerKristján Valur Jónsson <kristjan@ccpgames.com>2012-04-15 11:12:57 (GMT)
commit473fde60dc5cfbd5f41e462c587b08c10ce51764 (patch)
tree000062653755ccba8c56b9ada6d3b8154db485da /PC/VS7.1
parent1ee17198c818c33b482a680d38a53a40c38d3054 (diff)
downloadcpython-473fde60dc5cfbd5f41e462c587b08c10ce51764.zip
cpython-473fde60dc5cfbd5f41e462c587b08c10ce51764.tar.gz
cpython-473fde60dc5cfbd5f41e462c587b08c10ce51764.tar.bz2
Make all socket related modules link with ws2_32.lib on windows, like
_socket does. Some were using the older wsock32.lib.
Diffstat (limited to 'PC/VS7.1')
-rw-r--r--PC/VS7.1/select.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VS7.1/select.vcproj b/PC/VS7.1/select.vcproj
index 325e425..8252d45 100644
--- a/PC/VS7.1/select.vcproj
+++ b/PC/VS7.1/select.vcproj
@@ -35,7 +35,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
+ AdditionalDependencies="ws2_32.lib"
OutputFile="./select.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -89,7 +89,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
+ AdditionalDependencies="ws2_32.lib"
OutputFile="./select_d.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -151,7 +151,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
- AdditionalDependencies="wsock32.lib"
+ AdditionalDependencies="ws2_32.lib"
OutputFile="./select.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -213,7 +213,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
- AdditionalDependencies="wsock32.lib"
+ AdditionalDependencies="ws2_32.lib"
OutputFile="./select.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"