summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/external-common.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-06-08 19:28:13 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-06-08 19:28:13 (GMT)
commit9789185e36be41ee82024ce462f29901a7cc1a76 (patch)
tree4f6e5bbb549b399741aff718f4184ed883749bdd /Tools/buildbot/external-common.bat
parentc6a66ccb067778a9ade6574f979f80155974cf38 (diff)
downloadcpython-9789185e36be41ee82024ce462f29901a7cc1a76.zip
cpython-9789185e36be41ee82024ce462f29901a7cc1a76.tar.gz
cpython-9789185e36be41ee82024ce462f29901a7cc1a76.tar.bz2
Issue #21683: Add Tix build to the Windows buildbot scripts.
Diffstat (limited to 'Tools/buildbot/external-common.bat')
-rw-r--r--Tools/buildbot/external-common.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat
index ebee25a..f3e2205 100644
--- a/Tools/buildbot/external-common.bat
+++ b/Tools/buildbot/external-common.bat
@@ -9,9 +9,10 @@ cd ..
@rem if exist tcltk64 rd /s/q tcltk64
@rem if exist tcl-8.6.1.0 rd /s/q tcl-8.6.1.0
@rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
+@rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
@rem if exist db-4.4.20 rd /s/q db-4.4.20
@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
-@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
+@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
@rem bzip
if not exist bzip2-1.0.6 (
@@ -31,6 +32,7 @@ if not exist tcl-8.6.1.0 (
svn export http://svn.python.org/projects/external/tcl-8.6.1.0
)
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
+if not exist tix-8.4.3.4 svn export http://svn.python.org/projects/external/tix-8.4.3.4
@rem sqlite3
if not exist sqlite-3.8.3.1 (