diff options
author | vincentdarley <vincentdarley> | 2004-09-10 12:32:24 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-09-10 12:32:24 (GMT) |
commit | 80f037674d8f8514d2615e69c6082375ab929a77 (patch) | |
tree | 06eb6b3a445ab7a02ea6e31faa83067004df0d91 /win | |
parent | 09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9 (diff) | |
download | tk-80f037674d8f8514d2615e69c6082375ab929a77.zip tk-80f037674d8f8514d2615e69c6082375ab929a77.tar.gz tk-80f037674d8f8514d2615e69c6082375ab929a77.tar.bz2 |
include tkTest.c in list of files which depend on tkText.h
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 3 |
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 |