summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-11-15 07:54:08 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-11-15 07:54:08 (GMT)
commitca86fd3219bf704113fa6abac8e5393fdbd38ca9 (patch)
tree14f02612cf69b884c2f97650df7d0425e52641f4 /win/rules.vc
parentc7530621ad6451c1adfa3908a9019e7dd24e042a (diff)
downloadtcl-ca86fd3219bf704113fa6abac8e5393fdbd38ca9.zip
tcl-ca86fd3219bf704113fa6abac8e5393fdbd38ca9.tar.gz
tcl-ca86fd3219bf704113fa6abac8e5393fdbd38ca9.tar.bz2
Added default-install-stubs target.
Make presence of nmake support files in extension directory optional (except for rules-ext.vc). This requires them to only build against a Tcl with the new nmake build system.
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/rules.vc b/win/rules.vc
index a1c30e0..fb35840 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -1441,6 +1441,11 @@ default-install-libraries: $(OUT_DIR)\pkgIndex.tcl
@echo Installing package index in '$(SCRIPT_INSTALL_DIR)'
@$(CPY) $(OUT_DIR)\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)
+default-install-stubs:
+ @echo Installing stubs library to '$(SCRIPT_INSTALL_DIR)'
+ @if not exist "$(SCRIPT_INSTALL_DIR)" mkdir "$(SCRIPT_INSTALL_DIR)"
+ @$(CPY) $(PRJSTUBLIB) "$(SCRIPT_INSTALL_DIR)" >NUL
+
default-install-docs-html:
@echo Installing documentation files to '$(DOC_INSTALL_DIR)'
@if not exist "$(DOC_INSTALL_DIR)" mkdir "$(DOC_INSTALL_DIR)"