summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-10 00:58:15 (GMT)
committerhobbs <hobbs>2001-11-10 00:58:15 (GMT)
commitee3ea0d53f192b513fb7274babd79e1357ba7316 (patch)
tree6da473b961527baf47de5e51aaa4b45ee5bd5cbc /win/makefile.vc
parenta36f995e8a74933b68a9f2cc837aeb72e18d02b7 (diff)
downloadtk-ee3ea0d53f192b513fb7274babd79e1357ba7316.zip
tk-ee3ea0d53f192b513fb7274babd79e1357ba7316.tar.gz
tk-ee3ea0d53f192b513fb7274babd79e1357ba7316.tar.bz2
add comctl32.lib to build libs
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index efde149..a41d609 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -7,7 +7,7 @@
# Copyright (c) 1998-2000 Ajuba Solutions.
# Copyright (c) 2001 ActiveState Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.42 2001/10/12 13:30:32 tmh Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.43 2001/11/10 00:58:16 hobbs Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -319,7 +319,7 @@ libcdll = msvcrt$(DBGX).lib oldnames.lib
baselibs = kernel32.lib $(optlibs) advapi32.lib
winlibs = $(baselibs) user32.lib gdi32.lib comdlg32.lib winspool.lib \
- imm32.lib
+ imm32.lib comctl32.lib
guilibs = $(libc) $(winlibs)
conlibs = $(libc) $(baselibs)
guilibsdll = $(libcdll) $(winlibs)