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
f7a6b508
Kaydet (Commit)
f7a6b508
authored
Haz 27, 2009
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump Windows versions to 3.2.
üst
2fad00c1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
25 additions
and
25 deletions
+25
-25
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
build_ssl.bat
PC/VS8.0/build_ssl.bat
+2
-2
kill_python.c
PC/VS8.0/kill_python.c
+1
-1
pyproject.vsprops
PC/VS8.0/pyproject.vsprops
+1
-1
pyconfig.h
PC/pyconfig.h
+2
-2
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 @
f7a6b508
...
...
@@ -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
1
.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
2
.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
1
_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
2
_d.dll" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ENDIF
...
...
PC/VC6/readme.txt
Dosyayı görüntüle @
f7a6b508
...
...
@@ -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
1
.{dll, lib} in Release mode)
python3
2
.{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
1
_d.dll, python_d.exe, pyexpat_d.pyd, and so on.
their name: python3
2
_d.dll, python_d.exe, pyexpat_d.pyd, and so on.
SUBPROJECTS
-----------
...
...
PC/VS7.1/pythoncore.vcproj
Dosyayı görüntüle @
f7a6b508
...
...
@@ -39,15 +39,15 @@
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
1
.dll"
OutputFile=
"./python3
2
.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
1
.pdb"
ProgramDatabaseFile=
".\./python3
2
.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
1
.lib"
ImportLibrary=
".\./python3
2
.lib"
TargetMachine=
"1"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
@@ -99,15 +99,15 @@
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
1
_d.dll"
OutputFile=
"./python3
2
_d.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
1
_d.pdb"
ProgramDatabaseFile=
".\./python3
2
_d.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
1
_d.lib"
ImportLibrary=
".\./python3
2
_d.lib"
TargetMachine=
"1"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
@@ -166,15 +166,15 @@
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:IA64 /USELINK:MS_SDK"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
1
.dll"
OutputFile=
"./python3
2
.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"FALSE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
1
.pdb"
ProgramDatabaseFile=
".\./python3
2
.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
1
.lib"
ImportLibrary=
".\./python3
2
.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
@@ -233,15 +233,15 @@
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"getbuildinfo.o"
OutputFile=
"./python3
1
.dll"
OutputFile=
"./python3
2
.dll"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
IgnoreDefaultLibraryNames=
"libc"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./python3
1
.pdb"
ProgramDatabaseFile=
".\./python3
2
.pdb"
SubSystem=
"2"
BaseAddress=
"0x1e000000"
ImportLibrary=
".\./python3
1
.lib"
ImportLibrary=
".\./python3
2
.lib"
TargetMachine=
"0"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
PC/VS8.0/build_ssl.bat
Dosyayı görüntüle @
f7a6b508
...
...
@@ -2,10 +2,10 @@
if not defined HOST_PYTHON (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
if not exist python3
1
_d.dll exit 1
if not exist python3
2
_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
if not exist python3
1
.dll exit 1
if not exist python3
2
.dll exit 1
)
)
%HOST_PYTHON% build_ssl.py %1 %2 %3
...
...
PC/VS8.0/kill_python.c
Dosyayı görüntüle @
f7a6b508
...
...
@@ -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
1
[_d].dll),
* and see if any of our DLLs are loaded (i.e. python3
2
[_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.
...
...
PC/VS8.0/pyproject.vsprops
Dosyayı görüntüle @
f7a6b508
...
...
@@ -38,7 +38,7 @@
/>
<UserMacro
Name=
"PyDllName"
Value=
"python3
1
"
Value=
"python3
2
"
/>
<UserMacro
Name=
"PythonExe"
...
...
PC/pyconfig.h
Dosyayı görüntüle @
f7a6b508
...
...
@@ -325,9 +325,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
their Makefile (other compilers are generally
taken care of by distutils.) */
# ifdef _DEBUG
# pragma comment(lib,"python3
1
_d.lib")
# pragma comment(lib,"python3
2
_d.lib")
# else
# pragma comment(lib,"python3
1
.lib")
# pragma comment(lib,"python3
2
.lib")
# endif
/* _DEBUG */
# endif
/* _MSC_VER */
# endif
/* Py_BUILD_CORE */
...
...
PCbuild/kill_python.c
Dosyayı görüntüle @
f7a6b508
...
...
@@ -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
1
[_d].dll),
* and see if any of our DLLs are loaded (i.e. python3
2
[_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 @
f7a6b508
...
...
@@ -38,7 +38,7 @@
/>
<UserMacro
Name=
"PyDllName"
Value=
"python3
1
"
Value=
"python3
2
"
/>
<UserMacro
Name=
"PythonExe"
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
f7a6b508
...
...
@@ -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
1
_d.dll, python_d.exe, parser_d.pyd, and so on. Both
their name: python3
2
_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