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 /tools | |
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 'tools')
-rw-r--r-- | tools/tcl.wse.in | 4 | ||||
-rw-r--r-- | tools/tclmin.wse | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index be73406..8072252 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1443,12 +1443,12 @@ item: Install File end item: Install File Source=${__TCLBASEDIR__}\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=${__TCLBASEDIR__}\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 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 |