diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-11-16 23:39:48 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-11-16 23:39:48 (GMT) |
commit | c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e (patch) | |
tree | 90f982c0d5d11c961d36e2e2f6b2eac190811107 /win/makefile.vc | |
parent | 29fc7eb2e3719000dacf1cf89f2f762f804a6010 (diff) | |
download | tcl-c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e.zip tcl-c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e.tar.gz tcl-c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e.tar.bz2 |
* win/makefile.vc: Fixed bug in installation of http 2.5.
* win/makefile.bc: Was installed into directory http2.4.
* win/Makefile.in: This has been corrected.
* unix/Makefile.in:
* tools/tcl.wse.in:
* tools/tclmin.wse:
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 029a462..b03f1f4 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.100.2.4 2003/07/16 19:34:14 mdejong Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.100.2.5 2004/11/16 23:39:52 andreas_kupries Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -738,9 +738,9 @@ install-libraries: @echo installing http1.0 @$(CPY) "$(ROOT)\library\http1.0\*.tcl" \ "$(SCRIPT_INSTALL_DIR)\http1.0\" - @echo installing http2.4 + @echo installing http2.5 @$(CPY) "$(ROOT)\library\http\*.tcl" \ - "$(SCRIPT_INSTALL_DIR)\http2.4\" + "$(SCRIPT_INSTALL_DIR)\http2.5\" @echo installing opt0.4 @$(CPY) "$(ROOT)\library\opt\*.tcl" \ "$(SCRIPT_INSTALL_DIR)\opt0.4\" |