diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-12-15 21:42:10 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-12-15 21:42:10 (GMT) |
commit | fb8ca22ff1e2916b5507e60df28b3759c447ccc9 (patch) | |
tree | e81488fe241b15719dc25d985b8f3fa636b9083b /PCbuild/get_externals.bat | |
parent | cd441c4a79c61031758fb10a2f2c9ec7dd802326 (diff) | |
download | cpython-fb8ca22ff1e2916b5507e60df28b3759c447ccc9.zip cpython-fb8ca22ff1e2916b5507e60df28b3759c447ccc9.tar.gz cpython-fb8ca22ff1e2916b5507e60df28b3759c447ccc9.tar.bz2 |
Update Tcl/Tk to 8.6.3
- new file dialogs on Vista+
- tclWinTime.c was cleaned up a bit, and no
longer uses 'timezone' (which is now _timezone
in VS2015, so we get to avoid patching that
file).
- rules.vc is patched in both Tcl and Tk sources
to allow building with VS2015
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index c655f6f..80f6d9b 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -55,8 +55,8 @@ for %%e in ( bzip2-1.0.6 nasm-2.11.06 openssl-1.0.1j - tcl-8.6.1.0 - tk-8.6.1.0 + tcl-core-8.6.3.1 + tk-8.6.3.1 tix-8.4.3.4 sqlite-3.8.3.1 xz-5.0.5 |