summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-03 20:34:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-03 20:34:18 (GMT)
commitb842461ac8aaf483cc4449b86a720b02f2a9cb94 (patch)
tree032a29e42ef5cc6f5d18765b589b7459b5fed553 /win/makefile.vc
parent7f41af0ac1f209d554c74d48bddaf7949e8d0f3b (diff)
downloadtk-b842461ac8aaf483cc4449b86a720b02f2a9cb94.zip
tk-b842461ac8aaf483cc4449b86a720b02f2a9cb94.tar.gz
tk-b842461ac8aaf483cc4449b86a720b02f2a9cb94.tar.bz2
Add rule to generate "tktest.res"
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 660da96..3630ac3 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -649,7 +649,8 @@ $<
$(TMP_DIR)\tk.res: $(TMP_DIR)\wish.exe.manifest
$(TMP_DIR)\wish.res: $(TMP_DIR)\wish.exe.manifest
-$(TMP_DIR)\tktest.res: $(TMP_DIR)\tktest.exe.manifest
+$(TMP_DIR)\tktest.res: $(TMP_DIR)\tktest.exe.manifest $(RCDIR)\wish.rc
+ $(RESCMD) $(RCDIR)\wish.rc
.SUFFIXES:
.SUFFIXES:.c .rc