summaryrefslogtreecommitdiffstats
path: root/PCbuild9
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-05 09:36:42 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-05 09:36:42 (GMT)
commit60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6 (patch)
treed1105526c58cb37087fb4b1ddc14af8c2daf7602 /PCbuild9
parent68e3686253eae7b07fa9490789ff261cff7a54d5 (diff)
downloadcpython-60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6.zip
cpython-60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6.tar.gz
cpython-60d388d98d63c8d6a8eac51a8f0e45016bbd1cf6.tar.bz2
Reverted two commit accidents
Diffstat (limited to 'PCbuild9')
-rw-r--r--PCbuild9/build_tkinter.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/PCbuild9/build_tkinter.py b/PCbuild9/build_tkinter.py
index 993c37c..5423a3b 100644
--- a/PCbuild9/build_tkinter.py
+++ b/PCbuild9/build_tkinter.py
@@ -12,12 +12,12 @@ import shutil
here = os.path.abspath(os.path.dirname(__file__))
par = os.path.pardir
-TCL = "tcl8.4.16"
-TIX = "Tix8.4.2"
-TK = "tk8.4.16"
-#TCL = "tcl8.4.12"
-#TIX = "Tix8.4.0"
-#TK = "tk8.4.12"
+#TCL = "tcl8.4.16"
+#TIX = "Tix8.4.2"
+#TK = "tk8.4.16"
+TCL = "tcl8.4.12"
+TIX = "Tix8.4.0"
+TK = "tk8.4.12"
ROOT = os.path.abspath(os.path.join(here, par, par))
NMAKE = "nmake /nologo "