summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-12-03 09:21:21 (GMT)
committernijtmans <nijtmans>2010-12-03 09:21:21 (GMT)
commit2902ae62d2886fb1fb840383a4c22caa29d4da2d (patch)
tree7410d0bb2ad14a53d04dcaeaf432c1ed4ba5e7d7 /ChangeLog
parent2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3 (diff)
downloadtk-2902ae62d2886fb1fb840383a4c22caa29d4da2d.zip
tk-2902ae62d2886fb1fb840383a4c22caa29d4da2d.tar.gz
tk-2902ae62d2886fb1fb840383a4c22caa29d4da2d.tar.bz2
[Patch #3116490] cross-compile Tk mingw32 on unix.
This makes it possible to cross-compile Tcl/Tk for Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 build tools.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8297a2..4569eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-03 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tcl.m4 [Patch #3116490] cross-compile Tcl mingw32 on unix
+ * win/configure This makes it possible to cross-compile Tcl/Tk for
+ Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64
+ build tools.
+
2010-12-02 Donal K. Fellows <dkf@users.sf.net>
* generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):