summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-12-01 18:00:00 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-12-01 18:00:00 (GMT)
commitf68d0a0e2f46385c06b1a65863da5d99e42c1abb (patch)
tree63a5e91c8c765620c0321361dda94beb052c2442 /win
parentc9b7bdb8238153e0386c6acaaf0e14d9d63e1738 (diff)
downloadtk-f68d0a0e2f46385c06b1a65863da5d99e42c1abb.zip
tk-f68d0a0e2f46385c06b1a65863da5d99e42c1abb.tar.gz
tk-f68d0a0e2f46385c06b1a65863da5d99e42c1abb.tar.bz2
simplified makefile.vc a little bit
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc18
1 files changed, 5 insertions, 13 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 91603fe..1ea6cd6 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2002 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.67.2.11 2005/12/01 17:51:30 kennykb Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.67.2.12 2005/12/01 18:00:00 kennykb Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -831,21 +831,13 @@ RCSTATIC = -d STATIC_BUILD
RCSTATIC =
!endif
-$(TMP_DIR)\tk.res: $(RCDIR)\tk.rc $(TMP_DIR)\wish.exe.manifest
+{$(RCDIR)}.rc{$(TMP_DIR)}.res:
$(rc32) -fo $@ -r -i "$(GENERICDIR)" -i "$(TMP_DIR)" $(TCL_INCLUDES) \
$(RCDEBUG) $(RCTHREADS) $(RCSTATIC) \
- $(RCDIR)\tk.rc
+ $<
-$(TMP_DIR)\tk_base.res: $(RCDIR)\tk_base.rc $(TMP_DIR)\wish.exe.manifest
- $(rc32) -fo $@ -r -i "$(GENERICDIR)" $(TCL_INCLUDES) \
- $(RCDEBUG) $(RCTHREADS) $(RCSTATIC) \
- -d MANIFEST_FILE="$(TMP_DIR)\wish.exe.manifest"
- $(RCDIR)\tk_base.rc
-
-$(TMP_DIR)\wish.res: $(RCDIR)\wish.rc $(TMP_DIR)\wish.exe.manifest
- $(rc32) -fo $@ -r -i "$(GENERICDIR)" $(TCL_INCLUDES) -i "$(TMP_DIR)" \
- $(RCDEBUG) $(RCTHREADS) $(RCSTATIC) \
- $(RCDIR)\wish.rc
+$(TMP_DIR)\tk.res: $(TMP_DIR)\wish.exe.manifest
+$(TMP_DIR)\wish.res: $(TMP_DIR)\wish.exe.manifest
#---------------------------------------------------------------------
# Clean up