From 80f037674d8f8514d2615e69c6082375ab929a77 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Fri, 10 Sep 2004 12:32:24 +0000 Subject: include tkTest.c in list of files which depend on tkText.h --- win/makefile.vc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12