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
52709e32
Commit
52709e32
authored
Apr 18, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.
parent
bc524c4e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
20 deletions
+22
-20
PC/config.h
PC/config.h
+2
-2
PC/python_nt.rc
PC/python_nt.rc
+2
-2
PCbuild/BUILDno.txt
PCbuild/BUILDno.txt
+3
-1
PCbuild/python20.wse
PCbuild/python20.wse
+9
-9
PCbuild/pythoncore.dsp
PCbuild/pythoncore.dsp
+6
-6
No files found.
PC/config.h
View file @
52709e32
...
...
@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
more (other compilers will still need to do so, but that's taken care
of by the Distutils, so it's not a problem). */
#ifdef _DEBUG
#pragma comment(lib,"python2
1
_d.lib")
#pragma comment(lib,"python2
2
_d.lib")
#else
#pragma comment(lib,"python2
1
.lib")
#pragma comment(lib,"python2
2
.lib")
#endif
#endif
/* USE_DL_EXPORT */
...
...
PC/python_nt.rc
View file @
52709e32
...
...
@@ -13,10 +13,10 @@
* PYTHON_DLL_NAME ditto.
* 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
#define PYTHON_DLL_NAME "python2
1
.dll"
#define PYTHON_DLL_NAME "python2
2
.dll"
#endif
/* Nothing below this should need to be changed except for copyright
...
...
PCbuild/BUILDno.txt
View file @
52709e32
...
...
@@ -33,7 +33,9 @@ How to change the Windows build number:
Windows Python BUILD numbers
----------------------------
15 2.1
16 CVS development
18-Apr-2001
15 2.1 final
16-Apr-2001
14 2.1c2
15-Apr-2001
...
...
PCbuild/python20.wse
View file @
52709e32
Document Type: WSE
item: Global
Version=5.0
Title=Python 2.
1
Title=Python 2.
2 pre-alpha
Flags=00010100
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Japanese Font Name=MS Gothic
...
...
@@ -66,22 +66,22 @@ item: End Block
end
item: Set Variable
Variable=APPTITLE
Value=Python 2.
1
Value=Python 2.
2 pre-alpha
end
item: Set Variable
Variable=GROUP
Value=Python 2.
1
Value=Python 2.
2
end
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
end
item: Set Variable
Variable=PY_VERSION
Value=2.
1
Value=2.
2
end
item: Set Variable
Variable=MAINDIR
Value=Python2
1
Value=Python2
2
end
item: Get Registry Key Value
Variable=PROGRAM_FILES
...
...
@@ -828,8 +828,8 @@ item: Install File
Flags=0000000000000010
end
item: Install File
Source=%_SRC_%\PCbuild\python2
1
.lib
Destination=%MAINDIR%\libs\python2
1
.lib
Source=%_SRC_%\PCbuild\python2
2
.lib
Destination=%MAINDIR%\libs\python2
2
.lib
Flags=0000000000000010
end
item: Remark
...
...
@@ -851,8 +851,8 @@ item: Remark
Text=*** Main Python DLL ***
end
item: Install File
Source=%_SRC_%\pcbuild\python2
1
.dll
Destination=%DLLDEST%\python2
1
.dll
Source=%_SRC_%\pcbuild\python2
2
.dll
Destination=%DLLDEST%\python2
2
.dll
Flags=0000000000000010
end
item: Install File
...
...
PCbuild/pythoncore.dsp
View file @
52709e32
...
...
@@ -57,7 +57,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:"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
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
...
...
@@ -88,7 +88,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:"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
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
...
...
@@ -118,9 +118,9 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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
# 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
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
...
...
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
!IF "$(CFG)" == "pythoncore - Win32 Release"
# ADD CPP /D BUILD=1
5
# ADD CPP /D BUILD=1
6
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
# ADD CPP /D BUILD=1
5
# ADD CPP /D BUILD=1
6
!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