diff options
author | hobbs <hobbs@noemail.net> | 1999-11-19 23:02:47 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-11-19 23:02:47 (GMT) |
commit | 3f74b913d6e9815f8c2386b4d823b368c5cdcab0 (patch) | |
tree | bbdcd627ce30a142eb214006930f8c9dc5a8a207 /tools/tcl.wse.in | |
parent | 09bf805b0b179b5d2e1f51865f552729497a82f0 (diff) | |
download | tcl-3f74b913d6e9815f8c2386b4d823b368c5cdcab0.zip tcl-3f74b913d6e9815f8c2386b4d823b368c5cdcab0.tar.gz tcl-3f74b913d6e9815f8c2386b4d823b368c5cdcab0.tar.bz2 |
* tools/tcl.wse.in: added tcltest1.0 library to distribution list
FossilOrigin-Name: b0141fa30a6bdc150e171c8167ae38ce6dc54b87
Diffstat (limited to 'tools/tcl.wse.in')
-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 |