summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-09-29 12:41:02 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-09-29 12:41:02 (GMT)
commit71c784c8bc5a9a679f643f2047d5330ffd87fa08 (patch)
tree06e42f691b25efa3728ec243caf19345349f8f3d /win/makefile.vc
parente4269a71402fe87814784726463492302dfb48d8 (diff)
downloadtcl-71c784c8bc5a9a679f643f2047d5330ffd87fa08.zip
tcl-71c784c8bc5a9a679f643f2047d5330ffd87fa08.tar.gz
tcl-71c784c8bc5a9a679f643f2047d5330ffd87fa08.tar.bz2
Added implicit rule for compiling resources.
Added Tcl import libraries to link macro.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc9
1 files changed, 1 insertions, 8 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index f2f3208..a32549b 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -899,14 +899,7 @@ $<
$<
<<
-{$(WINDIR)}.rc{$(TMP_DIR)}.res:
- $(rc32) -fo $@ -r -i "$(GENERICDIR)" -i "$(TMP_DIR)" \
- -d DEBUG=$(DEBUG) -d UNCHECKED=$(UNCHECKED) \
- -d TCL_THREADS=$(TCL_THREADS) \
- -d STATIC_BUILD=$(STATIC_BUILD) \
- $<
-
-$(TMP_DIR)\tclsh.res: $(TMP_DIR)\tclsh.exe.manifest
+$(TMP_DIR)\tclsh.res: $(TMP_DIR)\tclsh.exe.manifest $(WINDIR)\tclsh.rc
#---------------------------------------------------------------------