summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-03-30 23:50:17 (GMT)
committerhobbs <hobbs>2001-03-30 23:50:17 (GMT)
commit739d4321a3b8dd6e1073ecb19aa5b09eb5893571 (patch)
treeaf9d10c78323c178cd299b0ebd3b034ee96b1b25 /win/configure
parent0dcaafd32b3ba64d04c60046ecbc7d774e60de66 (diff)
downloadtk-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-xwin/configure2
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"