diff options
author | ericm <ericm> | 2000-06-06 04:51:03 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-06 04:51:03 (GMT) |
commit | f047cd7d6d5fa50f54ad45eefe27c93516e593de (patch) | |
tree | f0e9f4bff10df929034108e1f00e29fe8207010f /tools | |
parent | 0737d29e2d2062d97c9d6c1a37b7e2c5ba4f3719 (diff) | |
download | tcl-f047cd7d6d5fa50f54ad45eefe27c93516e593de.zip tcl-f047cd7d6d5fa50f54ad45eefe27c93516e593de.tar.gz tcl-f047cd7d6d5fa50f54ad45eefe27c93516e593de.tar.bz2 |
Added spinbox.tcl to list of files to install.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcl.wse.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 328f48f..4b263a9 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1457,6 +1457,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=${__TKBASEDIR__}\library\spinbox.tcl + Destination=%MAINDIR%\lib\tk%VER%\spinbox.tcl + Flags=0000000000000010 +end +item: Install File Source=${__TKBASEDIR__}\library\comdlg.tcl Destination=%MAINDIR%\lib\tk%VER%\comdlg.tcl Flags=0000000000000010 |