diff options
author | davygrvy <davygrvy@pobox.com> | 2007-10-15 19:59:51 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2007-10-15 19:59:51 (GMT) |
commit | eb86ccb53ca68851ce67ced4d861c4ae5926879a (patch) | |
tree | 3d9d1d26639663fb141508dd1fa219f08b177a30 /win/makefile.vc | |
parent | 4403fb570b3328f0fee91e32b7e2f5de14213110 (diff) | |
download | tcl-eb86ccb53ca68851ce67ced4d861c4ae5926879a.zip tcl-eb86ccb53ca68851ce67ced4d861c4ae5926879a.tar.gz tcl-eb86ccb53ca68851ce67ced4d861c4ae5926879a.tar.bz2 |
* win/makefile.vc: include path problem fixed for 'depend' target. Never fight
city hall when comes to levels of quoting issues.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index e729b6a..96fef75 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.170 2007/10/14 07:04:29 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.171 2007/10/15 19:59:51 davygrvy Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -844,7 +844,7 @@ depend: @echo Build tclsh first! !else $(TCLSH) $(TOOLSDIR:\=/)/mkdepend.tcl -vc32 -out:"$(OUT_DIR)\depend.mk" \ - -passthru:"-DBUILD_tcl $(TCL_INCLUDES:"=""")" $(GENERICDIR),$$(GENERICDIR) \ + -passthru:"-DBUILD_tcl $(TCL_INCLUDES)" $(GENERICDIR),$$(GENERICDIR) \ $(COMPATDIR),$$(COMPATDIR) $(TOMMATHDIR),$$(TOMMATHDIR) $(WINDIR),$$(WINDIR) @<< $(TCLOBJS) << |