diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-14 23:24:40 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-14 23:24:40 (GMT) |
commit | 077736b96b0e323841d76672dc109c2caba976a4 (patch) | |
tree | 6550893c5beac258b7d8bd427dfbd7426071d9e5 /PCbuild/python20.wse | |
parent | 9a6b8d8cf89236f92282ce7526d2d913d2afe643 (diff) | |
download | cpython-077736b96b0e323841d76672dc109c2caba976a4.zip cpython-077736b96b0e323841d76672dc109c2caba976a4.tar.gz cpython-077736b96b0e323841d76672dc109c2caba976a4.tar.bz2 |
Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by
running IDLE, and since I'm not a Tcl Guy I'm not sure what else to do.
Up to you! See XXX comments in PCbuild\readme.txt for cautions.
Also repaired typos in the new bz2-for-Windows instructions.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 0a016d9..89c3f05 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -31,8 +31,8 @@ item: Global Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1 Variable Flags1=00001000 Variable Name2=_TCLMINOR_ - Variable Description2=Tcl/Tk Minor Version (e.g. the "3" in "8.3.1") - Variable Default2=3 + Variable Description2=Tcl/Tk Minor Version (e.g. the "4" in "8.4.1") + Variable Default2=4 Variable Flags2=00001000 Variable Name3=_DOC_ Variable Description3=The unpacked HTML doc directory. @@ -2048,19 +2048,19 @@ item: Remark Text=Tcl/Tk end item: Install File - Source=..\..\tcl\bin\tcl8%_tclminor_%.dll + Source=..\..\tcl84\bin\tcl8%_tclminor_%.dll Destination=%MAINDIR%\DLLs\tcl8%_TCLMINOR_%.dll Description=Tcl/Tk binaries and libraries Flags=0000000000000010 end item: Install File - Source=..\..\tcl\bin\tk8%_tclminor_%.dll + Source=..\..\tcl84\bin\tk8%_tclminor_%.dll Destination=%MAINDIR%\DLLs\tk8%_TCLMINOR_%.dll Description=Tcl/Tk binaries and libraries Flags=0000000000000010 end item: Install File - Source=..\..\tcl\lib\*.* + Source=..\..\tcl84\lib\*.* Destination=%MAINDIR%\tcl Description=Tcl/Tk binaries and libraries Flags=0000000100000010 |