summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-18 23:51:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-18 23:51:46 (GMT)
commit8d003d21a450eebb0355405912b6996416763adb (patch)
tree621b2fb870d614c0a4cb7ac0621960a7b279c7ab /win/makefile.vc
parent077b55a8f11d01048c342c5b86ce0e635c576b48 (diff)
downloadtk-8d003d21a450eebb0355405912b6996416763adb.zip
tk-8d003d21a450eebb0355405912b6996416763adb.tar.gz
tk-8d003d21a450eebb0355405912b6996416763adb.tar.bz2
Added TIP#48 style engine implementation
Frederic Bonnet to supply docs+tests as soon as possible.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index d8752da..834b4c7 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.60 2002/06/10 22:45:51 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.61 2002/06/18 23:51:46 dkf Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -351,6 +351,7 @@ TKOBJS = \
$(TMP_DIR)\tkScale.obj \
$(TMP_DIR)\tkScrollbar.obj \
$(TMP_DIR)\tkSelect.obj \
+ $(TMP_DIR)\tkStyle.obj \
$(TMP_DIR)\tkText.obj \
$(TMP_DIR)\tkTextBTree.obj \
$(TMP_DIR)\tkTextDisp.obj \