diff options
author | davygrvy <davygrvy@pobox.com> | 2007-10-16 20:49:12 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2007-10-16 20:49:12 (GMT) |
commit | 58dad9b012a3be4fe6620588a57e46b8613f356c (patch) | |
tree | c3d3f5df82214e9c53c30ead358fb5870dec649e /win | |
parent | 7222d685f8f460bfd8edb01515a8d6ad5e5c60a3 (diff) | |
download | tcl-58dad9b012a3be4fe6620588a57e46b8613f356c.zip tcl-58dad9b012a3be4fe6620588a57e46b8613f356c.tar.gz tcl-58dad9b012a3be4fe6620588a57e46b8613f356c.tar.bz2 |
* win/makefile.vc: removed old dependency cruft that is no longer needed.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 96fef75..c4d4d60 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.171 2007/10/15 19:59:51 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.172 2007/10/16 20:49:12 davygrvy Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -834,9 +834,10 @@ $(TMP_DIR)\tclStubLib.obj: $(GENERICDIR)\tclStubLib.c #--------------------------------------------------------------------- # Generate the source dependencies. Having dependency rules will -# improve incrimental build accuracy without having to resort to a -# full rebuild just because some non-global header file like tclCompile.h -# was changed. These rules aren't needed when building from scratch. +# improve incremental build accuracy without having to resort to a +# full rebuild just because some non-global header file like +# tclCompile.h was changed. These rules aren't needed when building +# from scratch. #--------------------------------------------------------------------- depend: @@ -850,34 +851,13 @@ $(TCLOBJS) << !endif -#" emacs fix - #--------------------------------------------------------------------- # Dependency rules #--------------------------------------------------------------------- -$(GENERICDIR)\regcomp.c: \ - $(GENERICDIR)\regguts.h \ - $(GENERICDIR)\regc_lex.c \ - $(GENERICDIR)\regc_color.c \ - $(GENERICDIR)\regc_nfa.c \ - $(GENERICDIR)\regc_cvec.c \ - $(GENERICDIR)\regc_locale.c -$(GENERICDIR)\regcustom.h: \ - $(GENERICDIR)\tclInt.h \ - $(GENERICDIR)\tclPort.h \ - $(GENERICDIR)\regex.h -$(GENERICDIR)\regexec.c: \ - $(GENERICDIR)\rege_dfa.c \ - $(GENERICDIR)\regguts.h -$(GENERICDIR)\regerror.c: $(GENERICDIR)\regguts.h -$(GENERICDIR)\regfree.c: $(GENERICDIR)\regguts.h -$(GENERICDIR)\regfronts.c: $(GENERICDIR)\regguts.h -$(GENERICDIR)\regguts.h: $(GENERICDIR)\regcustom.h - !if exist("$(OUT_DIR)\depend.mk") !include "$(OUT_DIR)\depend.mk" -!message *** Dependency rules in effect. +!message *** Dependency rules in use. !else !message *** Dependency rules are not being used. !endif |