[Python-checkins] python/dist/src/PCbuild python20.wse, 1.133.4.7, 1.133.4.8

theller at users.sourceforge.net theller at users.sourceforge.net
Wed May 12 16:04:22 EDT 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29564

Modified Files:
      Tag: release23-maint
	python20.wse 
Log Message:
Version '2.3.4c1'
File name 'Python-2.3.4c1.exe'
Change company to 'Python Software Foundation'
Add year 2004 to the copyright.
Include tix into the distribution.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.133.4.7
retrieving revision 1.133.4.8
diff -C2 -d -r1.133.4.7 -r1.133.4.8
*** python20.wse	18 Dec 2003 19:18:55 -0000	1.133.4.7
--- python20.wse	12 May 2004 20:04:18 -0000	1.133.4.8
***************
*** 2,6 ****
  item: Global
    Version=9.0
!   Title=Python 2.3.3
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
--- 2,6 ----
  item: Global
    Version=9.0
!   Title=Python 2.3.4c1
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
***************
*** 21,30 ****
    MIF PDF Version=1.0
    MIF SMS Version=2.0
!   EXE Filename=Python-2.3.3.exe
    Dialogs Version=8
!   Version File=2.3.3
    Version Description=Python Programming Language
!   Version Copyright=©2001-2003 Python Software Foundation
!   Version Company=PythonLabs at Zope Corporation
    Crystal Format=10111100101100000010001001001001
    Step View=&All
--- 21,30 ----
    MIF PDF Version=1.0
    MIF SMS Version=2.0
!   EXE Filename=Python-2.3.4c1.exe
    Dialogs Version=8
!   Version File=2.3.4c1
    Version Description=Python Programming Language
!   Version Copyright=©2001-2004 Python Software Foundation
!   Version Company=Python Software Foundation
    Crystal Format=10111100101100000010001001001001
    Step View=&All
***************
*** 74,81 ****
    Variable Name10=_ALIASTYPE_
    Variable Flags10=00001000
  end
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.3.3
  end
  item: Remark
--- 74,86 ----
    Variable Name10=_ALIASTYPE_
    Variable Flags10=00001000
+   Variable Name11=_TIXDIR_
+   Variable Default11=tix
+   Variable Flags11=00001000
+ end
+ item: Remark
  end
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.3.4c1
  end
  item: Remark
***************
*** 114,117 ****
--- 119,128 ----
  end
  item: Remark
+   Text=When the version of Tix changes, the compiler vrbl
+ end
+ item: Remark
+   Text=_TIXDIR_ may also need to be changed.
+ end
+ item: Remark
  end
  item: Set Variable
***************
*** 2165,2168 ****
--- 2176,2196 ----
  end
  item: Remark
+   Text=Tix
+ end
+ item: Install File
+   Source=..\..\%_tixdir_%\bin\*.dll
+   Destination=%MAINDIR%\DLLs
+   Description=Tix binaries and libraries
+   Flags=0000000000000010
+ end
+ item: Install File
+   Source=..\..\%_tixdir_%\lib\*.*
+   Destination=%MAINDIR%\tcl
+   Description=Tix binaries and libraries
+   Flags=0000000100000010
+ end
+ item: Remark
+ end
+ item: Remark
    Text=IDLE
  end
***************
*** 2868,2872 ****
    Total Keys=1
    Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
!   New Value=PythonLabs at Zope Corporation
    Value Name=Publisher
    Root=2
--- 2896,2900 ----
    Total Keys=1
    Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%
!   New Value=Python Software Foundation
    Value Name=Publisher
    Root=2




More information about the Python-checkins mailing list