Overview
| Comment: | Updated to remove TclOO from minimal builds |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
833e605ae01761613f139658fa75fb64 |
| User & Date: | rkeene on 2012-09-09 19:44:03 |
| Other Links: | manifest | tags |
Context
|
2012-10-06
| ||
| 21:29 | Updated to not attempt to build kit.res.o unless we are actually on Windows check-in: 4de28fdabf user: rkeene tags: trunk | |
|
2012-09-09
| ||
| 19:44 | Updated to remove TclOO from minimal builds check-in: 833e605ae0 user: rkeene tags: trunk | |
|
2012-08-27
| ||
| 16:09 | Updated to indicate win32 binaries are not runnable without WINE check-in: b6bf532c8e user: rkeene tags: trunk | |
Changes
Modified README from [d6d6daf628] to [e06708f800].
| ︙ | |||
131 132 133 134 135 136 137 138 139 140 141 142 143 144 | 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 | + + |
Set this variable to a non-empty string to exclude unnecessary
packages from Tcl build. This excludes the following packages:
tcltest
Additionally, any bundled packages (in the "pkgs" directory)
are excluded. This typically includes (as of Tcl 8.6):
itcl thread
Also, TclOO is removed from Tcl 8.6 forcefully.
Kitsh Configure Options:
1. --enable-kit-storage={zip|mk4|auto}
Specify which type of storage to use with the Tclkit. The
default is to auto-detect. Auto-detection uses Mk4 if
available and built statically, otherwise it falls back to Zip.
|
| ︙ |
Added tcl/patchscripts/minbuild-nooo.sh version [5b6fd738e8].
|