Kaydet (Commit) a41be1d1 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Revert bogus disabling of Tcl and Tk.

üst 7630731a
...@@ -41,7 +41,7 @@ def build(platform, clean): ...@@ -41,7 +41,7 @@ def build(platform, clean):
# TCL # TCL
tcldir = os.path.join(ROOT, TCL) tcldir = os.path.join(ROOT, TCL)
if 0: if 1:
os.chdir(os.path.join(tcldir, "win")) os.chdir(os.path.join(tcldir, "win"))
if clean: if clean:
nmake("makefile.vc", "clean") nmake("makefile.vc", "clean")
...@@ -49,7 +49,7 @@ def build(platform, clean): ...@@ -49,7 +49,7 @@ def build(platform, clean):
nmake("makefile.vc", "install", INSTALLDIR=dest, MACHINE=machine) nmake("makefile.vc", "install", INSTALLDIR=dest, MACHINE=machine)
# TK # TK
if 0: if 1:
os.chdir(os.path.join(ROOT, TK, "win")) os.chdir(os.path.join(ROOT, TK, "win"))
if clean: if clean:
nmake("makefile.vc", "clean", TCLDIR=tcldir) nmake("makefile.vc", "clean", TCLDIR=tcldir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment