diff options
author | Guido van Rossum <guido@python.org> | 2000-06-30 14:50:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-30 14:50:52 (GMT) |
commit | cce79a15821999736b14977ed99a586e0f170e97 (patch) | |
tree | 94dd6a2d34d91b679445905ce5e0ee06e6e22874 | |
parent | fa01bf15b4e7e1decd63b612ee662440d949f6e0 (diff) | |
download | cpython-cce79a15821999736b14977ed99a586e0f170e97.zip cpython-cce79a15821999736b14977ed99a586e0f170e97.tar.gz cpython-cce79a15821999736b14977ed99a586e0f170e97.tar.bz2 |
Poke and hope for Tcl version: now settable through _TCLMINOR_
variable...
-rw-r--r-- | PCbuild/python20.wse | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 0135462..88b0caa 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -32,6 +32,10 @@ item: Global Variable Description4=HTML documentation tree directory Variable Default4=C:\src\Python-2.0\html Variable Flags4=00001001 + Variable Name5=_TCLMINOR_ + Variable Description5=Tcl/Tk Minor Version (e.g. the "3" in "8.3.1") + Variable Default5=2 + Variable Flags5=00001000 end remarked item: Open/Close INSTALL.LOG Flags=00000001 @@ -1131,13 +1135,13 @@ item: If/While Statement Flags=00001010 end item: Install File - Source=%_SRC_%\..\tcl8.2\bin\tcl82.dll - Destination=%MAINDIR%\DLLs\tcl82.dll + Source=%_SRC_%\..\tcl\bin\tcl8%_TCLMINOR_%.dll + Destination=%MAINDIR%\DLLs\tcl8%_TCLMINOR_%.dll Flags=0000000000000010 end item: Install File - Source=%_SRC_%\..\tcl8.2\bin\tk82.dll - Destination=%MAINDIR%\DLLs\tk82.dll + Source=%_SRC_%\..\tcl\bin\tk8%_TCLMINOR_%.dll + Destination=%MAINDIR%\DLLs\tk8%_TCLMINOR_%.dll Flags=0000000000000010 end item: Install File |