summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-22 06:48:29 (GMT)
committernijtmans <nijtmans>2010-09-22 06:48:29 (GMT)
commitc97721f6ea445153b3b9bd1d6dc3f4f9ad551fdd (patch)
tree0b4e70f1f686c3a2c671d29cc63227d5043a51d0 /ChangeLog
parent4dbb6d9db471aad324a4f71344df2306e988e48b (diff)
downloadtcl-c97721f6ea445153b3b9bd1d6dc3f4f9ad551fdd.zip
tcl-c97721f6ea445153b3b9bd1d6dc3f4f9ad551fdd.tar.gz
tcl-c97721f6ea445153b3b9bd1d6dc3f4f9ad551fdd.tar.bz2
Add kernel32 to LIBS, so the link line for mingw is exactly the same as for MSVC++
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1331bce..7992892 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-22 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tcl.m4: Add kernel32 to LIBS, so the link line for mingw
+ * win/configure: is exactly the same as for MSVC++.
+
2010-09-21 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclExecute.c (TclExecuteByteCode):