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 | c9090329603fb6b253d7ffa4391c27fb62873dac (patch) | |
tree | 9c346dadce2b18fbf8d0c39a8cc945093199ae47 /ChangeLog | |
parent | dd9937898ba044569f3e27664fb37f2cdce6f0bd (diff) | |
parent | a8f85af65c64b1271aac5e1d46b177aeef0fc94c (diff) | |
download | tk-c9090329603fb6b253d7ffa4391c27fb62873dac.zip tk-c9090329603fb6b253d7ffa4391c27fb62873dac.tar.gz tk-c9090329603fb6b253d7ffa4391c27fb62873dac.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> |