Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
aaec0933
Commit
aaec0933
authored
Nov 04, 2010
by
Hirokazu Yamamoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2)
parent
e3119fa2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
PC/VC6/select.dsp
PC/VC6/select.dsp
+2
-2
PC/VS7.1/select.vcproj
PC/VS7.1/select.vcproj
+4
-4
PC/VS8.0/select.vcproj
PC/VS8.0/select.vcproj
+8
-8
No files found.
PC/VC6/select.dsp
View file @
aaec0933
...
...
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws
ock
32.lib /nologo /base:"0x1D110000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./select.pyd"
# ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws
2_
32.lib /nologo /base:"0x1D110000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./select.pyd"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "select - Win32 Debug"
...
...
@@ -82,7 +82,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws
ock
32.lib /nologo /base:"0x1D110000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /nodefaultlib:"msvcrt" /out:"./select_d.pyd" /pdbtype:sept
# ADD LINK32 user32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws
2_
32.lib /nologo /base:"0x1D110000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /nodefaultlib:"msvcrt" /out:"./select_d.pyd" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ENDIF
...
...
PC/VS7.1/select.vcproj
View file @
aaec0933
...
...
@@ -35,7 +35,7 @@
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
OutputFile=
"./select.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -89,7 +89,7 @@
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
OutputFile=
"./select_d.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -151,7 +151,7 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:IA64 /USELINK:MS_SDK"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
OutputFile=
"./select.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -213,7 +213,7 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
OutputFile=
"./select.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
PC/VS8.0/select.vcproj
View file @
aaec0933
...
...
@@ -54,7 +54,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -116,7 +116,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -178,7 +178,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -241,7 +241,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -303,7 +303,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -366,7 +366,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
TargetMachine=
"17"
...
...
@@ -429,7 +429,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -492,7 +492,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
TargetMachine=
"17"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment