summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-08-14 15:31:21 (GMT)
committervincentdarley <vincentdarley>2002-08-14 15:31:21 (GMT)
commit2ef516f29db94e05730be54dcbb6ce0346e9b08d (patch)
tree57db136414a0d910f8cbaeff3898dad98167f543 /win/makefile.vc
parentc42a2423c64002a8cc53dd48a0ba96c6664e7c9a (diff)
downloadtk-2ef516f29db94e05730be54dcbb6ce0346e9b08d.zip
tk-2ef516f29db94e05730be54dcbb6ce0346e9b08d.tar.gz
tk-2ef516f29db94e05730be54dcbb6ce0346e9b08d.tar.bz2
compilation, link fixes
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 efa2b81..46f56ec 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2002 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.62 2002/06/21 23:09:54 hobbs Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.63 2002/08/14 15:31:21 vincentdarley Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -467,7 +467,7 @@ conlflags = $(lflags) -subsystem:console
guilflags = $(lflags) -subsystem:windows
baselibs = kernel32.lib advapi32.lib user32.lib
-guilibs = $(baselibs) gdi32.lib comdlg32.lib winspool.lib imm32.lib comctl32.lib
+guilibs = $(baselibs) shell32.lib gdi32.lib comdlg32.lib winspool.lib imm32.lib comctl32.lib
#---------------------------------------------------------------------