diff options
author | mdejong <mdejong> | 2001-06-23 02:15:18 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-06-23 02:15:18 (GMT) |
commit | ec70bfe89e22d87285f0f5e2cc2777ee17e2db17 (patch) | |
tree | a83bb372935b8cd953bda5eca56d14db6324f4bb /ChangeLog | |
parent | 4c83ad4f720faff0d1019bc4461b661a7d055b54 (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |