summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-09-10 12:32:24 (GMT)
committervincentdarley <vincentdarley>2004-09-10 12:32:24 (GMT)
commit80f037674d8f8514d2615e69c6082375ab929a77 (patch)
tree06eb6b3a445ab7a02ea6e31faa83067004df0d91
parent09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9 (diff)
downloadtk-80f037674d8f8514d2615e69c6082375ab929a77.zip
tk-80f037674d8f8514d2615e69c6082375ab929a77.tar.gz
tk-80f037674d8f8514d2615e69c6082375ab929a77.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