summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-09-10 12:32:24 (GMT)
committervincentdarley <vincentdarley>2004-09-10 12:32:24 (GMT)
commitc3c99b5c6197aa5dd11c59f6aa436816553385ee (patch)
tree06eb6b3a445ab7a02ea6e31faa83067004df0d91
parentf5ea5bec50eb8ab82b02449e2a4723a4624b6b81 (diff)
downloadtk-c3c99b5c6197aa5dd11c59f6aa436816553385ee.zip
tk-c3c99b5c6197aa5dd11c59f6aa436816553385ee.tar.gz
tk-c3c99b5c6197aa5dd11c59f6aa436816553385ee.tar.bz2
include tkTest.c in list of files which depend on tkText.h
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 7000f9e..118db27 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.84 2004/09/06 13:45:37 patthoyts Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.85 2004/09/10 12:32:24 vincentdarley Exp $
#------------------------------------------------------------------------------
!if "$(MSDEVDIR)" == ""
@@ -736,6 +736,7 @@ $(GENERICDIR)/tkTextTag.c: $(GENERICDIR)/default.h
$(GENERICDIR)/tkUndo.c: $(GENERICDIR)/tkUndo.h
$(GENERICDIR)/tkText.c: $(GENERICDIR)/tkText.h
+$(GENERICDIR)/tkTest.c: $(GENERICDIR)/tkText.h
$(GENERICDIR)/tkTextBTree.c: $(GENERICDIR)/tkText.h
$(GENERICDIR)/tkTextDisp.c: $(GENERICDIR)/tkText.h
$(GENERICDIR)/tkTextDisp.c: $(GENERICDIR)/tkText.h