diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-11 15:49:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-11 15:49:25 (GMT) |
commit | c9ee386e1a4382454f47b695a8a45e22d6df514b (patch) | |
tree | 9c42ab6155146c0a9109aba3fe2498422732ec7e /win/makefile.bc | |
parent | 451e7dcd231cf65a8e9a52a1547ca494aa8d6aff (diff) | |
download | tcl-c9ee386e1a4382454f47b695a8a45e22d6df514b.zip tcl-c9ee386e1a4382454f47b695a8a45e22d6df514b.tar.gz tcl-c9ee386e1a4382454f47b695a8a45e22d6df514b.tar.bz2 |
* library/http/http.tcl: Bump http version to 2.7.1 to account
* library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This
* unix/Makefile.in: release of http now requires a
* win/Makefile.in: dependency on Tcl 8.5 to be able to
* win/makefile.bc: use the unsigned formats in the
* win/makefile.vc: [binary scan] command.
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 f750555..6ba4420 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -420,10 +420,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.4 - -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.4" - -@copy "$(ROOT)\library\http\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.4" - -@copy "$(ROOT)\library\http\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.4" + @echo installing http2.7 + -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.7" + -@copy "$(ROOT)\library\http\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.7" + -@copy "$(ROOT)\library\http\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.7" @echo installing opt0.4 -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(ROOT)\library\opt\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" |