summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2008-03-18 06:59:02 (GMT)
committerjenglish <jenglish@noemail.net>2008-03-18 06:59:02 (GMT)
commit919c20a5fd10a89bb23243a34fd4a08098ec9a32 (patch)
treef6c22d09fe91e397ceeab0a725bba7be955b1743 /win/makefile.vc
parent7c62fd19c2fb4aca70445f6b983b91dd0a58571c (diff)
downloadtk-919c20a5fd10a89bb23243a34fd4a08098ec9a32.zip
tk-919c20a5fd10a89bb23243a34fd4a08098ec9a32.tar.gz
tk-919c20a5fd10a89bb23243a34fd4a08098ec9a32.tar.bz2
Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].
FossilOrigin-Name: 4f4a18ba36868051e3d987530cf8ed42a24d2213
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 70d0b6d..9690013 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.116 2007/12/14 02:19:42 patthoyts Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.117 2008/03/18 06:59:04 jenglish 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