diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-04 12:03:16 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-04 12:03:16 (GMT) |
commit | 87df94589d879174485f790cdd0b2abbe5c4114b (patch) | |
tree | 28ca4ffc1161695afcfae0c6de4fa8cb6f5fb5e9 /PC/VS7.1 | |
parent | dd8564faf466a235ccc81cbf7fb3f6e878bbf93d (diff) | |
download | cpython-87df94589d879174485f790cdd0b2abbe5c4114b.zip cpython-87df94589d879174485f790cdd0b2abbe5c4114b.tar.gz cpython-87df94589d879174485f790cdd0b2abbe5c4114b.tar.bz2 |
Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2)
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/select.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VS7.1/select.vcproj b/PC/VS7.1/select.vcproj index 0c18f60..79c26f3 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" |