summaryrefslogtreecommitdiffstats
path: root/win/targets.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-10-15 06:58:20 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-10-15 06:58:20 (GMT)
commit823edbf0abc533041ff6a572705fbafd4cbe5cfd (patch)
tree6ce3757b1cb53d0f2ef9d71762f83df221f2ce26 /win/targets.vc
parent0c646bc3d1d73a89e9a196dec828b447f224535d (diff)
downloadtcl-823edbf0abc533041ff6a572705fbafd4cbe5cfd.zip
tcl-823edbf0abc533041ff6a572705fbafd4cbe5cfd.tar.gz
tcl-823edbf0abc533041ff6a572705fbafd4cbe5cfd.tar.bz2
Permit application makefile to define RCFILE.
Change PROJECT_REQUIRES_TK to use value instead of ifdef. Change MAKERESCMD macro not to specify included input files.
Diffstat (limited to 'win/targets.vc')
-rw-r--r--win/targets.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/targets.vc b/win/targets.vc
index 6844045..84ce2a4 100644
--- a/win/targets.vc
+++ b/win/targets.vc
@@ -6,7 +6,7 @@ $(PROJECT): setup pkgindex $(PRJLIB)
# MAKEBINCMD will do shared, static and debug links as appropriate
# _VC_MANIFEST_EMBED_DLL embeds the manifest for shared libraries
# and is a no-op for static libraries
-$(PRJLIB): $(PRJ_OBJS)
+$(PRJLIB): $(PRJ_OBJS) $(RESFILE)
$(MAKEBINCMD) $**
$(_VC_MANIFEST_EMBED_DLL)
-@del $*.exp