summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
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/makefile.vc
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/makefile.vc')
-rw-r--r--win/makefile.vc5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 3171c87..2c4ebd6 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1997 Sun Microsystems, Inc.
# Copyright (c) 1998-2000 Ajuba Solutions.
#
-# RCS: @(#) $Id: makefile.vc,v 1.39 2000/11/03 01:16:30 hobbs Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.40 2001/03/30 23:50:17 hobbs Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -317,7 +317,8 @@ libcdll = msvcrt$(DBGX).lib oldnames.lib
!ENDIF
baselibs = kernel32.lib $(optlibs) advapi32.lib
-winlibs = $(baselibs) user32.lib gdi32.lib comdlg32.lib winspool.lib
+winlibs = $(baselibs) user32.lib gdi32.lib comdlg32.lib winspool.lib \
+ imm32.lib
guilibs = $(libc) $(winlibs)
conlibs = $(libc) $(baselibs)
guilibsdll = $(libcdll) $(winlibs)