]> granicus.if.org Git - python/commitdiff
Update to Tcl/Tk 8.5.11.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 31 May 2012 19:53:36 +0000 (21:53 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 31 May 2012 19:53:36 +0000 (21:53 +0200)
PCbuild/build_tkinter.py

index eb1d092caa13ca8eb5502346a9fc9d8e106252ee..4196cf32e835cc2d4ac9959892b7cce3ca6d35a3 100644 (file)
@@ -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"