diff options
author | hobbs <hobbs> | 1999-11-19 23:02:48 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 23:02:48 (GMT) |
commit | 2c6aa0c621e38668024ce371c1cf4d3224a7dc2a (patch) | |
tree | bbdcd627ce30a142eb214006930f8c9dc5a8a207 /tools | |
parent | 81d1607bc11972cce94dcd300edca9a55112b875 (diff) | |
download | tcl-2c6aa0c621e38668024ce371c1cf4d3224a7dc2a.zip tcl-2c6aa0c621e38668024ce371c1cf4d3224a7dc2a.tar.gz tcl-2c6aa0c621e38668024ce371c1cf4d3224a7dc2a.tar.bz2 |
* tools/tcl.wse.in: added tcltest1.0 library to distribution list
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcl.wse.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 6363248..20e7a2c 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1062,6 +1062,16 @@ item: Install File Flags=0000000010000010 end item: Install File + Source=${__TCLBASEDIR__}\library\tcltest1.0\pkgIndex.tcl + Destination=%MAINDIR%\lib\tcl%VER%\tcltest1.0\pkgIndex.tcl + Flags=0000000000000010 +end +item: Install File + Source=${__TCLBASEDIR__}\library\tcltest1.0\tcltest.tcl + Destination=%MAINDIR%\lib\tcl%VER%\tcltest1.0\tcltest.tcl + Flags=0000000000000010 +end +item: Install File Source=${__TCLBASEDIR__}\library\encoding\symbol.enc Destination=%MAINDIR%\lib\tcl%VER%\encoding\symbol.enc Flags=0000000000000010 |