]> granicus.if.org Git - python/commitdiff
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
authorTim Peters <tim.peters@gmail.com>
Wed, 18 Apr 2001 21:12:25 +0000 (21:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 18 Apr 2001 21:12:25 +0000 (21:12 +0000)
installations.

PC/config.h
PC/python_nt.rc
PCbuild/BUILDno.txt
PCbuild/python20.wse
PCbuild/pythoncore.dsp

index f26d0e47bf218d3e9da6d3c9560281a633dd76ee..a69c73bbff9dea0f3018d99fb96e6d3b08cf8383 100644 (file)
@@ -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,"python21_d.lib")
+#pragma comment(lib,"python22_d.lib")
 #else
-#pragma comment(lib,"python21.lib")
+#pragma comment(lib,"python22.lib")
 #endif
 #endif /* USE_DL_EXPORT */
 
index 3061deb7ab05e3b81a90ba8d6c345aa4126f5b39..008ad0942f0811e6a8eb8867f1932ef883a3cd29 100644 (file)
  *    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 "python21.dll"
+#define PYTHON_DLL_NAME "python22.dll"
 #endif
 
 /* Nothing below this should need to be changed except for copyright
index fbde8b9208650a32c95ef802f8b9849ef025fb47..6cbe7d98da29f40441e32625935e538d694e404b 100644 (file)
@@ -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
index deb4cc7c60864dadc2bdbbb11af1b02cd5805e66..ce91c6a69cdacfc23587230879041126eefc3056 100644 (file)
@@ -1,7 +1,7 @@
 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=Python21
+  Value=Python22
 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\python21.lib
-  Destination=%MAINDIR%\libs\python21.lib
+  Source=%_SRC_%\PCbuild\python22.lib
+  Destination=%MAINDIR%\libs\python22.lib
   Flags=0000000000000010
 end
 item: Remark
@@ -851,8 +851,8 @@ item: Remark
   Text=*** Main Python DLL ***
 end
 item: Install File
-  Source=%_SRC_%\pcbuild\python21.dll
-  Destination=%DLLDEST%\python21.dll
+  Source=%_SRC_%\pcbuild\python22.dll
+  Destination=%DLLDEST%\python22.dll
   Flags=0000000000000010
 end
 item: Install File
index b33e482e0afd7567eace107292005139b4ddef90..fe0da2ee42edafa6640419deae7af22262ecf9f7 100644 (file)
@@ -57,7 +57,7 @@ BSC32=bscmake.exe
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
 # 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\r
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python21.dll"\r
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python22.dll"\r
 # SUBTRACT LINK32 /pdb:none\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
@@ -88,7 +88,7 @@ BSC32=bscmake.exe
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
 # 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\r
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python21_d.dll" /pdbtype:sept\r
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python22_d.dll" /pdbtype:sept\r
 # SUBTRACT LINK32 /pdb:none\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
@@ -118,9 +118,9 @@ BSC32=bscmake.exe
 # ADD BASE BSC32 /nologo\r
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
-# 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:"./python21_d.dll" /pdbtype:sept\r
+# 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:"./python22_d.dll" /pdbtype:sept\r
 # SUBTRACT BASE LINK32 /pdb:none\r
-# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python21_d.dll" /pdbtype:sept\r
+# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python22_d.dll" /pdbtype:sept\r
 # SUBTRACT LINK32 /pdb:none\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"\r
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
 \r
 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r
 \r
-# ADD CPP /D BUILD=15\r
+# ADD CPP /D BUILD=16\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
 \r
-# ADD CPP /D BUILD=15\r
+# ADD CPP /D BUILD=16\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
 \r