summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 22:25:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 22:25:05 (GMT)
commitf67e946a671273c2ac6ced8bf06e577edf4c333d (patch)
tree369a9b0b9aab17a9d488e7609492c7adcb7902d6
parent389e7e96e5ca3645068c0affc7d06c32ddd762b3 (diff)
parent0e57f61edee6a4deb2b8d98b9009eb0f4d2d89e7 (diff)
downloadtcl-f67e946a671273c2ac6ced8bf06e577edf4c333d.zip
tcl-f67e946a671273c2ac6ced8bf06e577edf4c333d.tar.gz
tcl-f67e946a671273c2ac6ced8bf06e577edf4c333d.tar.bz2
Merge 8.7
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 6987818..d61e403 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -920,7 +920,7 @@ install-libraries: tclConfig tcl-nmake install-msgs install-tzdata
@$(CPY) "$(ROOT)\library\cookiejar\*.gz" \
"$(SCRIPT_INSTALL_DIR)\cookiejar0.1\"
@echo Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/
- @$(CPY) "$(ROOT)\library\opt0.4\*.tcl" \
+ @$(CPY) "$(ROOT)\library\opt\*.tcl" \
"$(SCRIPT_INSTALL_DIR)\opt0.4\"
@echo Installing package http $(PKG_HTTP_VER) as a Tcl Module
@$(COPY) "$(ROOT)\library\http\http.tcl" \