summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-23 02:15:18 (GMT)
committermdejong <mdejong>2001-06-23 02:15:18 (GMT)
commitec70bfe89e22d87285f0f5e2cc2777ee17e2db17 (patch)
treea83bb372935b8cd953bda5eca56d14db6324f4bb /ChangeLog
parent4c83ad4f720faff0d1019bc4461b661a7d055b54 (diff)
downloadtk-ec70bfe89e22d87285f0f5e2cc2777ee17e2db17.zip
tk-ec70bfe89e22d87285f0f5e2cc2777ee17e2db17.tar.gz
tk-ec70bfe89e22d87285f0f5e2cc2777ee17e2db17.tar.bz2
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Link to the imm32 library when building with mingw gcc. * win/tkWinX.c: Include the imm.h header to fix compiling with mingw gcc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 330a4b5..bcb7524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
2001-06-22 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
+ * win/tcl.m4 (SC_CONFIG_CFLAGS): Link to the
+ imm32 library when building with mingw gcc.
+ * win/tkWinX.c: Include the imm.h header
+ to fix compiling with mingw gcc.
+
+2001-06-22 Mo DeJong <mdejong@redhat.com>
+
+ * win/configure: Regen.
* win/configure.in: Add resource compiler fix from
8.3.3 to fix compiling with mingw.