Update Tcl/Tk to 8.6.1.

This commit is contained in:
Martin v. Löwis 2013-11-23 23:05:27 +01:00
parent 67986f9431
commit 8d0d369067
7 changed files with 28 additions and 28 deletions

View file

@ -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')