[Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.16,1.17 python20.wse,1.41,1.42 pythoncore.dsp,1.16,1.17

Tim Peters tim_one@users.sourceforge.net
Mon, 16 Jul 2001 21:05:45 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv6122/python/dist/src/PCbuild

Modified Files:
	BUILDno.txt python20.wse pythoncore.dsp 
Log Message:
Prepare Windows installer for 2.2a1.


Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** BUILDno.txt	2001/07/14 03:31:35	1.16
--- BUILDno.txt	2001/07/17 04:05:43	1.17
***************
*** 34,37 ****
--- 34,39 ----
  Windows Python BUILD numbers
  ----------------------------
+   21    2.2a1       TENTATIVE
+         18-Jul-2001
    20    2.1.1       TENTATIVE
          20-Jul-2001

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** python20.wse	2001/07/12 20:15:25	1.41
--- python20.wse	2001/07/17 04:05:43	1.42
***************
*** 2,6 ****
  item: Global
    Version=5.0
!   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
--- 2,6 ----
  item: Global
    Version=5.0
!   Title=Python 2.2 alpha 1
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
***************
*** 17,20 ****
--- 17,21 ----
    Patch Threshold=85
    Patch Memory=4000
+   EXE Filename=Python-2.2a1.exe
    Variable Name1=_SYS_
    Variable Description1=System directory (where to find MSVCRT.DLL)
***************
*** 67,71 ****
  item: Set Variable
    Variable=APPTITLE
!   Value=Python 2.2 pre-alpha
  end
  item: Set Variable
--- 68,72 ----
  item: Set Variable
    Variable=APPTITLE
!   Value=Python 2.2a1
  end
  item: Set Variable

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** pythoncore.dsp	2001/07/05 21:19:02	1.16
--- pythoncore.dsp	2001/07/17 04:05:43	1.17
***************
*** 710,718 ****
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=16
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=16
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
--- 710,718 ----
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=21
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=21
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"