Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c11eba8

Browse files
committed
Update to Tcl/Tk 8.5.11.
1 parent 0271766 commit c11eba8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PCbuild/build_tkinter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
here = os.path.abspath(os.path.dirname(__file__))
1212
par = os.path.pardir
1313

14-
TCL = "tcl8.5.9"
15-
TK = "tk8.5.9"
14+
TCL = "tcl8.5.11"
15+
TK = "tk8.5.11"
1616
TIX = "tix-8.4.3.x"
1717

1818
ROOT = os.path.abspath(os.path.join(here, par, par))
@@ -32,7 +32,7 @@ def nmake(makefile, command="", **kw):
3232
def build(platform, clean):
3333
if platform == "Win32":
3434
dest = os.path.join(ROOT, "tcltk")
35-
machine = "X86"
35+
machine = "IX86"
3636
elif platform == "AMD64":
3737
dest = os.path.join(ROOT, "tcltk64")
3838
machine = "AMD64"

0 commit comments

Comments
 (0)