summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-15 13:39:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-15 13:39:01 (GMT)
commit5b214e4a7ee9d69825b3bf122706d33849734318 (patch)
tree9c346dadce2b18fbf8d0c39a8cc945093199ae47 /ChangeLog
parent57e56ece827c10d31ee2aa64ec6d1716352eae22 (diff)
parenta845eea0eb414ffeb6f1710faf4856726be5eb7e (diff)
downloadtk-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a40319e..5dc986c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>