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 | 7e306ae6ae29371243e5b7320c415c139221086c (patch) | |
tree | 90f982c0d5d11c961d36e2e2f6b2eac190811107 /tools/tclmin.wse | |
parent | c2539113ea58c6798ff5740a348de6ea2092994e (diff) | |
download | tcl-7e306ae6ae29371243e5b7320c415c139221086c.zip tcl-7e306ae6ae29371243e5b7320c415c139221086c.tar.gz tcl-7e306ae6ae29371243e5b7320c415c139221086c.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 'tools/tclmin.wse')
-rw-r--r-- | tools/tclmin.wse | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tclmin.wse b/tools/tclmin.wse index 2fd8185..2e7f69b 100644 --- a/tools/tclmin.wse +++ b/tools/tclmin.wse @@ -37,12 +37,12 @@ item: Install File end item: Install File Source=n:\dist\tcl8.0\library\http\pkgIndex.tcl - Destination=%MAINDIR%\lib\tcl%VER%\http2.4\pkgIndex.tcl + Destination=%MAINDIR%\lib\tcl%VER%\http2.5\pkgIndex.tcl Flags=0000000000000010 end item: Install File Source=n:\dist\tcl8.0\library\http\http.tcl - Destination=%MAINDIR%\lib\tcl%VER%\http2.4\http.tcl + Destination=%MAINDIR%\lib\tcl%VER%\http2.5\http.tcl Flags=0000000000000010 end item: Install File |