Overview
| Comment: | Fixed typo in last commit |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
341b02a3b1bdf28cdb5f3317da901aa9 |
| User & Date: | rkeene on 2016-03-07 20:27:46 |
| Other Links: | manifest | tags |
Context
|
2016-03-07
| ||
| 20:28 | Grouped options better in KitCreator Web UI check-in: 91026bbefb user: rkeene tags: trunk | |
| 20:27 | Fixed typo in last commit check-in: 341b02a3b1 user: rkeene tags: trunk | |
| 20:27 | Added support for building pkgs directory statically to KitCreator Web UI check-in: 070af23daa user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [3549fd9d4a] to [d68d146f41].
| ︙ | |||
362 363 364 365 366 367 368 | 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 | - + |
<input type="checkbox" name="option_package_<? puts -nonewline $package ?>" id="option_package_<? puts -nonewline $package ?>">Package: <? puts -nonewline $packages($package) ?><br>
<? } ?>
<input type="checkbox" name="option_threaded">Kit: Threaded<br>
<input type="checkbox" name="option_debug">Kit: Debugging Build<br>
<input type="checkbox" name="option_kitdll" id="option_kitdll">Kit: Build Library (KitDLL)<br>
<input type="checkbox" name="option_dynamictk" id="option_dynamictk">Kit: Always link Tk dynamically (if Tk is built)<br>
<input type="checkbox" name="option_minbuild">Kit: "Minimal" build (remove extra packages shipped as part of Tcl and reduce encodings)<br>
|
| ︙ |