diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-15 13:39:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-15 13:39:01 (GMT) |
commit | 5b214e4a7ee9d69825b3bf122706d33849734318 (patch) | |
tree | 9c346dadce2b18fbf8d0c39a8cc945093199ae47 /ChangeLog | |
parent | 57e56ece827c10d31ee2aa64ec6d1716352eae22 (diff) | |
parent | a845eea0eb414ffeb6f1710faf4856726be5eb7e (diff) | |
download | tk-5b214e4a7ee9d69825b3bf122706d33849734318.zip tk-5b214e4a7ee9d69825b3bf122706d33849734318.tar.gz tk-5b214e4a7ee9d69825b3bf122706d33849734318.tar.bz2 |
Always compile Tk with -DUSE_TCL_STUBS.
Formatting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ * win/buildall.vc.bat: Only build the threaded builds by default * win/rules.vc: For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in). + * win/makefile.vc: Always compile Tk with -DUSE_TCL_STUBS, formatting. 2012-08-11 Jan Nijtmans <nijtmans@users.sf.net> |