diff options
author | hobbs <hobbs> | 2001-03-30 23:50:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-03-30 23:50:17 (GMT) |
commit | 739d4321a3b8dd6e1073ecb19aa5b09eb5893571 (patch) | |
tree | af9d10c78323c178cd299b0ebd3b034ee96b1b25 /win/configure | |
parent | 0dcaafd32b3ba64d04c60046ecbc7d774e60de66 (diff) | |
download | tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.zip tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.tar.gz tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.tar.bz2 |
* win/makefile.vc:
* win/configure:
* win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support.
* win/tkWinInt.h:
* win/tkWinKey.c:
* win/tkWinX.c: added support for changing IME on the fly in
Windows (2000). (lam) [Patch #402993]
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 dcfce43..ecaed2e 100755 --- a/win/configure +++ b/win/configure @@ -1234,7 +1234,7 @@ echo "configure:1192: checking whether $ld_prog supports -shared option" >&5 SHLIB_LD="link -dll -nologo" SHLIB_LD_LIBS="user32.lib advapi32.lib" LIBS="user32.lib advapi32.lib" - LIBS_GUI="gdi32.lib comdlg32.lib" + LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib" AR="lib -nologo" STLIB_LD="lib -nologo" RC="rc" |