diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-11-23 22:05:27 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-11-23 22:05:27 (GMT) |
commit | 8d0d369067462080f5ea9d50416a12bee0ef3a6a (patch) | |
tree | 4bf748526445fdadbc29c0ca78d71e661098b256 /PCbuild/readme.txt | |
parent | 67986f94311ffb46fe5b3efce74d749029041b73 (diff) | |
download | cpython-8d0d369067462080f5ea9d50416a12bee0ef3a6a.zip cpython-8d0d369067462080f5ea9d50416a12bee0ef3a6a.tar.gz cpython-8d0d369067462080f5ea9d50416a12bee0ef3a6a.tar.bz2 |
Update Tcl/Tk to 8.6.1.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index de8e93c..3263570 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -211,7 +211,7 @@ _sqlite3 Homepage: http://www.sqlite.org/ _tkinter - Wraps version 8.5.11 of the Tk windowing system. + Wraps version 8.6.1 of the Tk windowing system. Homepage: http://www.tcl.tk/ @@ -261,7 +261,7 @@ The external-amd64.bat file contains this for tcl: So for a release build, you'd call it as: nmake -f makefile.vc MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all install -Note that the above command is called from within ..\..\tcl-8.5.11.0\win +Note that the above command is called from within ..\..\tcl-8.6.1.0\win (relative to this directory); don't forget to build Tk as well as Tcl! This will be cleaned up in the future; http://bugs.python.org/issue15968 |