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
52709e32
Kaydet (Commit)
52709e32
authored
Nis 18, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.
üst
bc524c4e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
20 deletions
+22
-20
config.h
PC/config.h
+2
-2
python_nt.rc
PC/python_nt.rc
+2
-2
BUILDno.txt
PCbuild/BUILDno.txt
+3
-1
python20.wse
PCbuild/python20.wse
+9
-9
pythoncore.dsp
PCbuild/pythoncore.dsp
+6
-6
No files found.
PC/config.h
Dosyayı görüntüle @
52709e32
...
@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
...
@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
more (other compilers will still need to do so, but that's taken care
more (other compilers will still need to do so, but that's taken care
of by the Distutils, so it's not a problem). */
of by the Distutils, so it's not a problem). */
#ifdef _DEBUG
#ifdef _DEBUG
#pragma comment(lib,"python2
1
_d.lib")
#pragma comment(lib,"python2
2
_d.lib")
#else
#else
#pragma comment(lib,"python2
1
.lib")
#pragma comment(lib,"python2
2
.lib")
#endif
#endif
#endif
/* USE_DL_EXPORT */
#endif
/* USE_DL_EXPORT */
...
...
PC/python_nt.rc
Dosyayı görüntüle @
52709e32
...
@@ -13,10 +13,10 @@
...
@@ -13,10 +13,10 @@
* PYTHON_DLL_NAME ditto.
* PYTHON_DLL_NAME ditto.
* MS_DLL_ID must match PY_VERSION in the Windows install script.
* MS_DLL_ID must match PY_VERSION in the Windows install script.
*/
*/
#define MS_DLL_ID "2.
1
"
#define MS_DLL_ID "2.
2
"
#ifndef PYTHON_DLL_NAME
#ifndef PYTHON_DLL_NAME
#define PYTHON_DLL_NAME "python2
1
.dll"
#define PYTHON_DLL_NAME "python2
2
.dll"
#endif
#endif
/* Nothing below this should need to be changed except for copyright
/* Nothing below this should need to be changed except for copyright
...
...
PCbuild/BUILDno.txt
Dosyayı görüntüle @
52709e32
...
@@ -33,7 +33,9 @@ How to change the Windows build number:
...
@@ -33,7 +33,9 @@ How to change the Windows build number:
Windows Python BUILD numbers
Windows Python BUILD numbers
----------------------------
----------------------------
15 2.1
16 CVS development
18-Apr-2001
15 2.1 final
16-Apr-2001
16-Apr-2001
14 2.1c2
14 2.1c2
15-Apr-2001
15-Apr-2001
...
...
PCbuild/python20.wse
Dosyayı görüntüle @
52709e32
Document Type: WSE
Document Type: WSE
item: Global
item: Global
Version=5.0
Version=5.0
Title=Python 2.
1
Title=Python 2.
2 pre-alpha
Flags=00010100
Flags=00010100
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Japanese Font Name=MS Gothic
Japanese Font Name=MS Gothic
...
@@ -66,22 +66,22 @@ item: End Block
...
@@ -66,22 +66,22 @@ item: End Block
end
end
item: Set Variable
item: Set Variable
Variable=APPTITLE
Variable=APPTITLE
Value=Python 2.
1
Value=Python 2.
2 pre-alpha
end
end
item: Set Variable
item: Set Variable
Variable=GROUP
Variable=GROUP
Value=Python 2.
1
Value=Python 2.
2
end
end
item: Remark
item: Remark
Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
end
end
item: Set Variable
item: Set Variable
Variable=PY_VERSION
Variable=PY_VERSION
Value=2.
1
Value=2.
2
end
end
item: Set Variable
item: Set Variable
Variable=MAINDIR
Variable=MAINDIR
Value=Python2
1
Value=Python2
2
end
end
item: Get Registry Key Value
item: Get Registry Key Value
Variable=PROGRAM_FILES
Variable=PROGRAM_FILES
...
@@ -828,8 +828,8 @@ item: Install File
...
@@ -828,8 +828,8 @@ item: Install File
Flags=0000000000000010
Flags=0000000000000010
end
end
item: Install File
item: Install File
Source=%_SRC_%\PCbuild\python2
1
.lib
Source=%_SRC_%\PCbuild\python2
2
.lib
Destination=%MAINDIR%\libs\python2
1
.lib
Destination=%MAINDIR%\libs\python2
2
.lib
Flags=0000000000000010
Flags=0000000000000010
end
end
item: Remark
item: Remark
...
@@ -851,8 +851,8 @@ item: Remark
...
@@ -851,8 +851,8 @@ item: Remark
Text=*** Main Python DLL ***
Text=*** Main Python DLL ***
end
end
item: Install File
item: Install File
Source=%_SRC_%\pcbuild\python2
1
.dll
Source=%_SRC_%\pcbuild\python2
2
.dll
Destination=%DLLDEST%\python2
1
.dll
Destination=%DLLDEST%\python2
2
.dll
Flags=0000000000000010
Flags=0000000000000010
end
end
item: Install File
item: Install File
...
...
PCbuild/pythoncore.dsp
Dosyayı görüntüle @
52709e32
...
@@ -57,7 +57,7 @@ BSC32=bscmake.exe
...
@@ -57,7 +57,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
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 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:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
1
.dll"
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
2
.dll"
# SUBTRACT LINK32 /pdb:none
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
...
@@ -88,7 +88,7 @@ BSC32=bscmake.exe
...
@@ -88,7 +88,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
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 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:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
1
_d.dll" /pdbtype:sept
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
2
_d.dll" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
...
@@ -118,9 +118,9 @@ BSC32=bscmake.exe
...
@@ -118,9 +118,9 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
LINK32=link.exe
# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python2
1
_d.dll" /pdbtype:sept
# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python2
2
_d.dll" /pdbtype:sept
# SUBTRACT BASE LINK32 /pdb:none
# SUBTRACT BASE LINK32 /pdb:none
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python2
1
_d.dll" /pdbtype:sept
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python2
2
_d.dll" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
...
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
...
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
!IF "$(CFG)" == "pythoncore - Win32 Release"
!IF "$(CFG)" == "pythoncore - Win32 Release"
# ADD CPP /D BUILD=1
5
# ADD CPP /D BUILD=1
6
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
# ADD CPP /D BUILD=1
5
# ADD CPP /D BUILD=1
6
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
...
...
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