mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Update Tcl/Tk to 8.6.1.
This commit is contained in:
parent
67986f9431
commit
8d0d369067
7 changed files with 28 additions and 28 deletions
|
|
@ -11,9 +11,9 @@
|
|||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
par = os.path.pardir
|
||||
|
||||
TCL = "tcl8.5.11"
|
||||
TK = "tk8.5.11"
|
||||
TIX = "tix-8.4.3.x"
|
||||
TCL = "tcl8.6.1"
|
||||
TK = "tk8.6.1"
|
||||
TIX = "tix-8.4.3.3"
|
||||
|
||||
ROOT = os.path.abspath(os.path.join(here, par, par))
|
||||
NMAKE = ('nmake /nologo /f %s %s %s')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue