Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
fd44062a
Kaydet (Commit)
fd44062a
authored
Ara 03, 2008
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More 3.0 -> 3.1 transistions
üst
70e5cabf
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
20 deletions
+20
-20
pythoncore.dsp
PC/VC6/pythoncore.dsp
+2
-2
readme.txt
PC/VC6/readme.txt
+2
-2
pythoncore.vcproj
PC/VS7.1/pythoncore.vcproj
+12
-12
pyproject.vsprops
PC/VS8.0/pyproject.vsprops
+1
-1
kill_python.c
PCbuild/kill_python.c
+1
-1
pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
No files found.
PC/VC6/pythoncore.dsp
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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
Dosyayı görüntüle @
fd44062a
...
...
@@ -38,7 +38,7 @@
/>
<UserMacro
Name=
"PyDllName"
Value=
"python3
0
"
Value=
"python3
1
"
/>
<UserMacro
Name=
"PythonExe"
...
...
PCbuild/kill_python.c
Dosyayı görüntüle @
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
Dosyayı görüntüle @
fd44062a
...
...
@@ -38,7 +38,7 @@
/>
<UserMacro
Name=
"PyDllName"
Value=
"python3
0
"
Value=
"python3
1
"
/>
<UserMacro
Name=
"PythonExe"
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
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