Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52709e3

Browse files
committed
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.
1 parent bc524c4 commit 52709e3

5 files changed

Lines changed: 22 additions & 20 deletions

File tree

PC/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ typedef unsigned long uintptr_t;
327327
more (other compilers will still need to do so, but that's taken care
328328
of by the Distutils, so it's not a problem). */
329329
#ifdef _DEBUG
330-
#pragma comment(lib,"python21_d.lib")
330+
#pragma comment(lib,"python22_d.lib")
331331
#else
332-
#pragma comment(lib,"python21.lib")
332+
#pragma comment(lib,"python22.lib")
333333
#endif
334334
#endif /* USE_DL_EXPORT */
335335

PC/python_nt.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
* PYTHON_DLL_NAME ditto.
1414
* MS_DLL_ID must match PY_VERSION in the Windows install script.
1515
*/
16-
#define MS_DLL_ID "2.1"
16+
#define MS_DLL_ID "2.2"
1717

1818
#ifndef PYTHON_DLL_NAME
19-
#define PYTHON_DLL_NAME "python21.dll"
19+
#define PYTHON_DLL_NAME "python22.dll"
2020
#endif
2121

2222
/* Nothing below this should need to be changed except for copyright

PCbuild/BUILDno.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ How to change the Windows build number:
3333

3434
Windows Python BUILD numbers
3535
----------------------------
36-
15 2.1
36+
16 CVS development
37+
18-Apr-2001
38+
15 2.1 final
3739
16-Apr-2001
3840
14 2.1c2
3941
15-Apr-2001

PCbuild/python20.wse

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Document Type: WSE
22
item: Global
33
Version=5.0
4-
Title=Python 2.1
4+
Title=Python 2.2 pre-alpha
55
Flags=00010100
66
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77
Japanese Font Name=MS Gothic
@@ -66,22 +66,22 @@ item: End Block
6666
end
6767
item: Set Variable
6868
Variable=APPTITLE
69-
Value=Python 2.1
69+
Value=Python 2.2 pre-alpha
7070
end
7171
item: Set Variable
7272
Variable=GROUP
73-
Value=Python 2.1
73+
Value=Python 2.2
7474
end
7575
item: Remark
7676
Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
7777
end
7878
item: Set Variable
7979
Variable=PY_VERSION
80-
Value=2.1
80+
Value=2.2
8181
end
8282
item: Set Variable
8383
Variable=MAINDIR
84-
Value=Python21
84+
Value=Python22
8585
end
8686
item: Get Registry Key Value
8787
Variable=PROGRAM_FILES
@@ -828,8 +828,8 @@ item: Install File
828828
Flags=0000000000000010
829829
end
830830
item: Install File
831-
Source=%_SRC_%\PCbuild\python21.lib
832-
Destination=%MAINDIR%\libs\python21.lib
831+
Source=%_SRC_%\PCbuild\python22.lib
832+
Destination=%MAINDIR%\libs\python22.lib
833833
Flags=0000000000000010
834834
end
835835
item: Remark
@@ -851,8 +851,8 @@ item: Remark
851851
Text=*** Main Python DLL ***
852852
end
853853
item: Install File
854-
Source=%_SRC_%\pcbuild\python21.dll
855-
Destination=%DLLDEST%\python21.dll
854+
Source=%_SRC_%\pcbuild\python22.dll
855+
Destination=%DLLDEST%\python22.dll
856856
Flags=0000000000000010
857857
end
858858
item: Install File

PCbuild/pythoncore.dsp

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)