summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-26 20:09:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-26 20:09:30 (GMT)
commit7ea7411976ce8c657a766716ade4cf922d426654 (patch)
tree081f164b7fb5846f3179850ef3d889541b35df2e /win/makefile.vc
parentfb74b7aa05f95d0b7223cb150e052d9e557e8dcb (diff)
downloadtk-7ea7411976ce8c657a766716ade4cf922d426654.zip
tk-7ea7411976ce8c657a766716ade4cf922d426654.tar.gz
tk-7ea7411976ce8c657a766716ade4cf922d426654.tar.bz2
merge updates from HEAD
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc7
1 files changed, 3 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 644295b..d21d2be 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2004 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.103.2.8 2008/01/23 16:39:14 dgp Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.103.2.9 2008/03/26 20:09:33 dgp Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -393,11 +393,10 @@ TTK_OBJS = \
$(TMP_DIR)\ttkTrack.obj \
$(TMP_DIR)\ttkTreeview.obj \
$(TMP_DIR)\ttkWidget.obj \
- $(TMP_DIR)\ttkStubInit.obj \
- $(TMP_DIR)\ttkStubLib.obj
+ $(TMP_DIR)\ttkStubInit.obj
TKSTUBOBJS = \
- $(TMP_DIR)\tkStubLib.obj
+ $(TMP_DIR)\tkStubLib.obj $(TMP_DIR)\ttkStubLib.obj
WINDIR = $(ROOT)\win