diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-03 20:34:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-03 20:34:18 (GMT) |
commit | b842461ac8aaf483cc4449b86a720b02f2a9cb94 (patch) | |
tree | 032a29e42ef5cc6f5d18765b589b7459b5fed553 /win/makefile.vc | |
parent | 7f41af0ac1f209d554c74d48bddaf7949e8d0f3b (diff) | |
download | tk-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.vc | 3 |
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
|