diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-07 02:43:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-07 02:43:11 (GMT) |
commit | 25432c6f43048ae1d85596b8b408e44a351aacd3 (patch) | |
tree | f3ce5fd4c8e51e75e00b619e21d0befee78c47d8 /win/makefile.bc | |
parent | 312d83efa8996c6b208e6764a9cd4d46e4405241 (diff) | |
download | tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.zip tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.tar.gz tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.tar.bz2 |
* Updated http package to version 2.4,
reflecting the new features just added.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 120e648..2fe7e78 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -390,10 +390,10 @@ install-libraries: -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http1.0" -@copy "$(ROOT)\library\http1.0\http.tcl" "$(SCRIPT_INSTALL_DIR)\http1.0" -@copy "$(ROOT)\library\http1.0\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http1.0" - @echo installing http2.3 - -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.3" - -@copy "$(ROOT)\library\http2.3\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.3" - -@copy "$(ROOT)\library\http2.3\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.3" + @echo installing http2.4 + -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.4" + -@copy "$(ROOT)\library\http2.4\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.4" + -@copy "$(ROOT)\library\http2.4\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.4" @echo installing opt0.4 -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(ROOT)\library\opt0.4\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" |