summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2005-12-01 18:00:00 (GMT)
committerkennykb <kennykb@noemail.net>2005-12-01 18:00:00 (GMT)
commita2d9d81abb5ecbcd257e0530213dd116103321ba (patch)
tree63a5e91c8c765620c0321361dda94beb052c2442 /win
parent9318d0c72bf8a23ce38abc3ad679df66980295c5 (diff)
downloadtk-a2d9d81abb5ecbcd257e0530213dd116103321ba.zip
tk-a2d9d81abb5ecbcd257e0530213dd116103321ba.tar.gz
tk-a2d9d81abb5ecbcd257e0530213dd116103321ba.tar.bz2
simplified makefile.vc a little bit
FossilOrigin-Name: 9b05d62adb06e405cc88181dbf009b579a535803
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