[Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.3,1.4 python20.dsp,1.13,1.14 python20.wse,1.20,1.21

Tim Peters python-dev@python.org
Sat, 14 Oct 2000 00:35:18 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18588/python/dist/src/pcbuild

Modified Files:
	BUILDno.txt python20.dsp python20.wse 
Log Message:
Prep the Windows installer for 2.0 final:
+ Bump the build number.
+ Changed app name in installer dialogs.
+ Fiddled dialogs to repair grammar and get rid of anachronisms (e.g.,
  "ProgMan" and "Program Manager" haven't made sense since Windows 3.1!).


Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** BUILDno.txt	2000/10/07 04:04:07	1.3
--- BUILDno.txt	2000/10/14 07:35:14	1.4
***************
*** 28,32 ****
  + This is not enough to convince MSDev to recompile getbuildinfo.c,
    so force that and relink.
! + Verify that the new build number shows up in both release and debug 
    builds.
  
--- 28,32 ----
  + This is not enough to convince MSDev to recompile getbuildinfo.c,
    so force that and relink.
! + Verify that the new build number shows up in both release and debug
    builds.
  
***************
*** 34,37 ****
--- 34,39 ----
  Windows Python BUILD numbers
  ----------------------------
+    8    2.0 (final)
+         14-Oct-2000
     7    2.0c1
          07-Oct-2000

Index: python20.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.dsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** python20.dsp	2000/10/07 04:04:07	1.13
--- python20.dsp	2000/10/14 07:35:15	1.14
***************
*** 695,703 ****
  !IF  "$(CFG)" == "python20 - Win32 Release"
  
! # ADD CPP /D BUILD=7
  
  !ELSEIF  "$(CFG)" == "python20 - Win32 Debug"
  
! # ADD CPP /D BUILD=7
  
  !ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"
--- 695,703 ----
  !IF  "$(CFG)" == "python20 - Win32 Release"
  
! # ADD CPP /D BUILD=8
  
  !ELSEIF  "$(CFG)" == "python20 - Win32 Debug"
  
! # ADD CPP /D BUILD=8
  
  !ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** python20.wse	2000/10/07 04:04:07	1.20
--- python20.wse	2000/10/14 07:35:15	1.21
***************
*** 2,6 ****
  item: Global
    Version=5.0
!   Title=Python 2.0 Release Candidate 1
    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.0
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
***************
*** 65,69 ****
  item: Set Variable
    Variable=APPTITLE
!   Value=Python 2.0 Release Candidate 1
  end
  item: Set Variable
--- 65,69 ----
  item: Set Variable
    Variable=APPTITLE
!   Value=Python 2.0
  end
  item: Set Variable
***************
*** 511,515 ****
        Name=Times New Roman
        Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
!       Text=Select ProgMan Group
        Text French=Sélectionner le groupe du Gestionnaire de programme 
        Text German=Bestimmung der Programm-Managergruppe
--- 511,515 ----
        Name=Times New Roman
        Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
!       Text=Select Start Menu Group
        Text French=Sélectionner le groupe du Gestionnaire de programme 
        Text German=Bestimmung der Programm-Managergruppe
***************
*** 520,524 ****
        Rectangle=86 44 256 68
        Create Flags=01010000000000000000000000000000
!       Text=Enter the name of the Program Manager group to add %APPTITLE% icons to:
        Text French=Entrez le nom du groupe du Gestionnaire de programme dans lequel vous souhaitez ajouter les icônes de %APPTITLE% :
        Text German=Geben Sie den Namen der Programmgruppe ein, der das Symbol %APPTITLE% hinzugefügt werden soll:
--- 520,524 ----
        Rectangle=86 44 256 68
        Create Flags=01010000000000000000000000000000
!       Text=Enter the name of the Start Menu program group to which to add the %APPTITLE% icons:
        Text French=Entrez le nom du groupe du Gestionnaire de programme dans lequel vous souhaitez ajouter les icônes de %APPTITLE% :
        Text German=Geben Sie den Namen der Programmgruppe ein, der das Symbol %APPTITLE% hinzugefügt werden soll:
***************
*** 606,610 ****
        Text=You are now ready to install %APPTITLE%.
        Text=
!       Text=Press the Next button to begin the installation or the Back button to reenter the installation information.
        Text French=Vous êtes maintenant prêt à installer les fichiers %APPTITLE%.
        Text French=
--- 606,610 ----
        Text=You are now ready to install %APPTITLE%.
        Text=
!       Text=Click the Next button to begin the installation, or the Back button to change choices made previously.
        Text French=Vous êtes maintenant prêt à installer les fichiers %APPTITLE%.
        Text French=
***************
*** 1073,1076 ****
--- 1073,1077 ----
    Source=%_SRC_%\Lib\test\*.xml
    Destination=%MAINDIR%\Lib\test
+   Description=Python Test files
    Flags=0000000000000010
  end
***************
*** 1078,1081 ****
--- 1079,1083 ----
    Source=%_SRC_%\Lib\test\*.out
    Destination=%MAINDIR%\Lib\test
+   Description=Python Test files
    Flags=0000000000000010
  end
***************
*** 1351,1354 ****
--- 1353,1357 ----
    Source=%_SRC_%\..\tcl\bin\tk8%_TCLMINOR_%.dll
    Destination=%MAINDIR%\DLLs\tk8%_TCLMINOR_%.dll
+   Description=Tcl/Tk binaries and libraries
    Flags=0000000000000010
  end
***************
*** 1356,1359 ****
--- 1359,1363 ----
    Source=%_SRC_%\..\tcl\lib\*.*
    Destination=%MAINDIR%\tcl
+   Description=Tcl/Tk binaries and libraries
    Flags=0000000100000010
  end