summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2007-10-17 20:53:06 (GMT)
committerdavygrvy <davygrvy>2007-10-17 20:53:06 (GMT)
commit306483a800807b576e07887aba45c8df83571c95 (patch)
treea52a67a869da2a0c84f97cde73ffe76799e98338 /win/makefile.vc
parent901905472e5f56a90661a8d235143c47e311533f (diff)
downloadtk-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.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc5
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