diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-08 19:43:08 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-08 19:43:08 (GMT) |
commit | 8c6f189964a5e6875d59b519fad941c43c124103 (patch) | |
tree | 6847b372f4e08e5954d4133999375c11fa1c7ce9 /Tools/buildbot | |
parent | 564562faabfd896d48bdce4342c3d73f3fcf4d69 (diff) | |
parent | 9789185e36be41ee82024ce462f29901a7cc1a76 (diff) | |
download | cpython-8c6f189964a5e6875d59b519fad941c43c124103.zip cpython-8c6f189964a5e6875d59b519fad941c43c124103.tar.gz cpython-8c6f189964a5e6875d59b519fad941c43c124103.tar.bz2 |
Merge with 3.4
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/external-common.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index acc2b02..a58959e 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -9,6 +9,7 @@ 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 |