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 /win/configure | |
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 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 1ac97d1..4867e9f 100755 --- a/win/configure +++ b/win/configure @@ -1144,7 +1144,7 @@ echo "configure:1131: checking compiler flags" >&5 SHLIB_LD="" SHLIB_LD_LIBS="" LIBS="" - LIBS_GUI="-lgdi32 -lcomdlg32" + LIBS_GUI="-lgdi32 -lcomdlg32 -limm32" STLIB_LD="${AR}" RC_OUT=-o RC_TYPE= |