mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Link with ws2_32 instead of wsock32.
This commit is contained in:
parent
725f8c83a2
commit
c9f53b4905
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="wsock32.lib"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="./_socket_d.pyd"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="wsock32.lib"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="./_socket.pyd"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
|
||||
AdditionalDependencies="wsock32.lib"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="./_socket.pyd"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue