diff options
author | davygrvy <davygrvy> | 2007-10-17 20:53:06 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2007-10-17 20:53:06 (GMT) |
commit | 306483a800807b576e07887aba45c8df83571c95 (patch) | |
tree | a52a67a869da2a0c84f97cde73ffe76799e98338 | |
parent | 901905472e5f56a90661a8d235143c47e311533f (diff) | |
download | tk-306483a800807b576e07887aba45c8df83571c95.zip tk-306483a800807b576e07887aba45c8df83571c95.tar.gz tk-306483a800807b576e07887aba45c8df83571c95.tar.bz2 |
* bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as these
are really text files, not binaries.
* win/makefile.vc: Added $(BITMAPDIR) to the search path for the
depend target.
-rw-r--r-- | win/makefile.vc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index c747946..7dac494 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.111 2007/10/16 21:24:05 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.112 2007/10/17 20:53:06 davygrvy Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -791,7 +791,8 @@ depend: set TCL_LIBRARY=$(TCL_LIBRARY) $(TCLSH) $(TCLTOOLSDIR)\mkdepend.tcl -vc32 -out:"$(OUT_DIR)\depend.mk" \ -passthru:"-DBUILD_tk $(TK_INCLUDES)" $(GENERICDIR),$$(GENERICDIR) \ - $(WINDIR),$$(WINDIR) $(TTKDIR),$$(TTKDIR) $(XLIBDIR),$$(XLIBDIR) @<< + $(WINDIR),$$(WINDIR) $(TTKDIR),$$(TTKDIR) $(XLIBDIR),$$(XLIBDIR) \ + $(BITMAPDIR),$$(BITMAPDIR) @<< $(TKOBJS) << !endif |