summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-05-31 21:53:36 +0200
committerMartin v. Löwis <martin@v.loewis.de>2012-05-31 21:53:36 +0200
commitc11eba87d1988512de6809b6d58b49cf944d1353 (patch)
treef1aa8a32ca53b283be648034a1f9ecc06f39e4a6 /PCbuild
parent0271766c8869f270ed80996e02df6c52b6972bb8 (diff)
downloadcpython-git-c11eba87d1988512de6809b6d58b49cf944d1353.tar.gz
Update to Tcl/Tk 8.5.11.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/build_tkinter.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/build_tkinter.py b/PCbuild/build_tkinter.py
index eb1d092caa..4196cf32e8 100644
--- a/PCbuild/build_tkinter.py
+++ b/PCbuild/build_tkinter.py
@@ -11,8 +11,8 @@ import sys
here = os.path.abspath(os.path.dirname(__file__))
par = os.path.pardir
-TCL = "tcl8.5.9"
-TK = "tk8.5.9"
+TCL = "tcl8.5.11"
+TK = "tk8.5.11"
TIX = "tix-8.4.3.x"
ROOT = os.path.abspath(os.path.join(here, par, par))
@@ -32,7 +32,7 @@ def nmake(makefile, command="", **kw):
def build(platform, clean):
if platform == "Win32":
dest = os.path.join(ROOT, "tcltk")
- machine = "X86"
+ machine = "IX86"
elif platform == "AMD64":
dest = os.path.join(ROOT, "tcltk64")
machine = "AMD64"