diff options
author | Guido van Rossum <guido@python.org> | 2000-06-30 14:55:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-30 14:55:26 (GMT) |
commit | ed2bf9c880c064774a02c3101b8794f6dc994f14 (patch) | |
tree | 6d84af3b8c088044ef6b049a8a79a9f92f38778c /PCbuild | |
parent | cce79a15821999736b14977ed99a586e0f170e97 (diff) | |
download | cpython-ed2bf9c880c064774a02c3101b8794f6dc994f14.zip cpython-ed2bf9c880c064774a02c3101b8794f6dc994f14.tar.gz cpython-ed2bf9c880c064774a02c3101b8794f6dc994f14.tar.bz2 |
Oops.
- The Tcl minor version should be 3 -- we're now using 8.3.1.
- Remove the version number from yet another Tcl source file.
Note that Tcl should be installed in C:\src\tcl for this to work.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 88b0caa..190f41e 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -34,7 +34,7 @@ item: Global Variable Flags4=00001001 Variable Name5=_TCLMINOR_ Variable Description5=Tcl/Tk Minor Version (e.g. the "3" in "8.3.1") - Variable Default5=2 + Variable Default5=3 Variable Flags5=00001000 end remarked item: Open/Close INSTALL.LOG @@ -1145,7 +1145,7 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\..\tcl8.2\lib\*.* + Source=%_SRC_%\..\tcl\lib\*.* Destination=%MAINDIR%\tcl Flags=0000000100000010 end |