diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-27 22:25:05 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-27 22:25:05 (GMT) |
| commit | f67e946a671273c2ac6ced8bf06e577edf4c333d (patch) | |
| tree | 369a9b0b9aab17a9d488e7609492c7adcb7902d6 | |
| parent | 389e7e96e5ca3645068c0affc7d06c32ddd762b3 (diff) | |
| parent | 0e57f61edee6a4deb2b8d98b9009eb0f4d2d89e7 (diff) | |
| download | tcl-f67e946a671273c2ac6ced8bf06e577edf4c333d.zip tcl-f67e946a671273c2ac6ced8bf06e577edf4c333d.tar.gz tcl-f67e946a671273c2ac6ced8bf06e577edf4c333d.tar.bz2 | |
Merge 8.7
| -rw-r--r-- | win/makefile.vc | 2 |
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" \
|
