Differences From Artifact [0e1f9c72e8]:
- File build/web/kitcreator.vfs/index.rvt — part of check-in [85a43dd6cd] at 2014-12-11 16:53:18 on branch trunk — Added option for minimal builds (user: rkeene, size: 10924) [annotate] [blame] [check-ins using]
To Artifact [c5465a7b68]:
- File build/web/kitcreator.vfs/index.rvt — part of check-in [2c3a155971] at 2014-12-11 16:54:08 on branch trunk — Fixed missing newline (user: rkeene, size: 10928) [annotate] [blame] [check-ins using]
︙ | |||
329 330 331 332 333 334 335 | 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 | - + | <td> <? foreach package [lsort -dictionary [array names packages]] { ?> <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> |
︙ |