diff options
author | hobbs <hobbs> | 2000-04-25 20:58:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-25 20:58:47 (GMT) |
commit | 405c654f4235a7ea25bf91ed717a07fc2fe5cca7 (patch) | |
tree | e792c6fe9de2b3c5a125e2c12974f5aef195e39e /win/makefile.vc | |
parent | ff45c4b9443f92c8c48f3c69281820421692bddf (diff) | |
download | tcl-405c654f4235a7ea25bf91ed717a07fc2fe5cca7.zip tcl-405c654f4235a7ea25bf91ed717a07fc2fe5cca7.tar.gz tcl-405c654f4235a7ea25bf91ed717a07fc2fe5cca7.tar.bz2 |
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc: updated for http change and some cleanup
* library/http2.[13]: moved dir http2.1 to http2.3 to match version
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 988e838..8fe5cda 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -6,7 +6,7 @@ # Copyright (c) 1995-1996 Sun Microsystems, Inc. # Copyright (c) 1998-1999 by Scriptics Corporation. # -# RCS: @(#) $Id: makefile.vc,v 1.49 2000/02/10 02:54:33 hobbs Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.50 2000/04/25 20:58:48 hobbs Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -367,10 +367,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.1 - -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.1" - -@copy "$(ROOT)\library\http2.1\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.1" - -@copy "$(ROOT)\library\http2.1\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.1" + @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 opt0.4 -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(ROOT)\library\opt0.4\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" |