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
fd44062a
Commit
fd44062a
authored
Dec 03, 2008
by
Christian Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More 3.0 -> 3.1 transistions
parent
70e5cabf
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
20 deletions
+20
-20
PC/VC6/pythoncore.dsp
PC/VC6/pythoncore.dsp
+2
-2
PC/VC6/readme.txt
PC/VC6/readme.txt
+2
-2
PC/VS7.1/pythoncore.vcproj
PC/VS7.1/pythoncore.vcproj
+12
-12
PC/VS8.0/pyproject.vsprops
PC/VS8.0/pyproject.vsprops
+1
-1
PCbuild/kill_python.c
PCbuild/kill_python.c
+1
-1
PCbuild/pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
PCbuild/readme.txt
PCbuild/readme.txt
+1
-1
No files found.
PC/VC6/pythoncore.dsp
View file @
fd44062a
...
...
@@ -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 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python3
0
.dll"
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python3
1
.dll"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "pythoncore - 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 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python3
0
_d.dll" /pdbtype:sept
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python3
1
_d.dll" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ENDIF
...
...
PC/VC6/readme.txt
View file @
fd44062a
...
...
@@ -13,7 +13,7 @@ and build the projects.
The proper order to build subprojects:
1) pythoncore (this builds the main Python DLL and library files,
python3
0
.{dll, lib} in Release mode)
python3
1
.{dll, lib} in Release mode)
2) python (this builds the main Python executable,
python.exe in Release mode)
...
...
@@ -24,7 +24,7 @@ The proper order to build subprojects:
to the subsystems they implement; see SUBPROJECTS below)
When using the Debug setting, the output files have a _d added to
their name: python3
0
_d.dll, python_d.exe, pyexpat_d.pyd, and so on.
their name: python3
1
_d.dll, python_d.exe, pyexpat_d.pyd, and so on.
SUBPROJECTS
-----------
...
...
PC/VS7.1/pythoncore.vcproj
View file @
fd44062a
...
...
@@ -39,15 +39,15 @@
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
0
.dll"
OutputFile=
"./python3
1
.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
0
.pdb"
ProgramDatabaseFile=
".\./python3
1
.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
0
.lib"
ImportLibrary=
".\./python3
1
.lib"
TargetMachine=
"1"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
@@ -99,15 +99,15 @@
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
0
_d.dll"
OutputFile=
"./python3
1
_d.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
0
_d.pdb"
ProgramDatabaseFile=
".\./python3
1
_d.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
0
_d.lib"
ImportLibrary=
".\./python3
1
_d.lib"
TargetMachine=
"1"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
@@ -166,15 +166,15 @@
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:IA64 /USELINK:MS_SDK"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
0
.dll"
OutputFile=
"./python3
1
.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"FALSE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
0
.pdb"
ProgramDatabaseFile=
".\./python3
1
.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
0
.lib"
ImportLibrary=
".\./python3
1
.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
@@ -233,15 +233,15 @@
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
0
.dll"
OutputFile=
"./python3
1
.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
0
.pdb"
ProgramDatabaseFile=
".\./python3
1
.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
0
.lib"
ImportLibrary=
".\./python3
1
.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
PC/VS8.0/pyproject.vsprops
View file @
fd44062a
...
...
@@ -38,7 +38,7 @@
/>
<UserMacro
Name=
"PyDllName"
Value=
"python3
0
"
Value=
"python3
1
"
/>
<UserMacro
Name=
"PythonExe"
...
...
PCbuild/kill_python.c
View file @
fd44062a
...
...
@@ -106,7 +106,7 @@ main(int argc, char **argv)
/*
* XXX TODO: if we really wanted to be fancy, we could check the
* modules for all processes (not just the python[_d].exe ones)
* and see if any of our DLLs are loaded (i.e. python3
0
[_d].dll),
* and see if any of our DLLs are loaded (i.e. python3
1
[_d].dll),
* as that would also inhibit our ability to rebuild the solution.
* Not worth loosing sleep over though; for now, a simple check
* for just the python executable should be sufficient.
...
...
PCbuild/pyproject.vsprops
View file @
fd44062a
...
...
@@ -38,7 +38,7 @@
/>
<UserMacro
Name=
"PyDllName"
Value=
"python3
0
"
Value=
"python3
1
"
/>
<UserMacro
Name=
"PythonExe"
...
...
PCbuild/readme.txt
View file @
fd44062a
...
...
@@ -37,7 +37,7 @@ NOTE:
running a Python core buildbot test slave; see SUBPROJECTS below)
When using the Debug setting, the output files have a _d added to
their name: python3
0
_d.dll, python_d.exe, parser_d.pyd, and so on. Both
their name: python3
1
_d.dll, python_d.exe, parser_d.pyd, and so on. Both
the build and rt batch files accept a -d option for debug builds.
The 32bit builds end up in the solution folder PCbuild while the x64 builds
...
...
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