Differences From Artifact [ceea8a8659]:
- Executable file build/web/building.cgi — part of check-in [1c335dfe36] at 2015-01-20 19:16:23 on branch trunk — Added web interface knob for statically linking to LibSSL (user: rkeene, size: 3140) [annotate] [blame] [check-ins using] [more...]
To Artifact [c7e1a0c441]:
- Executable file build/web/building.cgi — part of check-in [070af23daa] at 2016-03-07 20:27:06 on branch trunk — Added support for building pkgs directory statically to KitCreator Web UI (user: rkeene, size: 3279) [annotate] [blame] [check-ins using] [more...]
︙ | |||
69 70 71 72 73 74 75 76 77 78 79 80 81 82 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | + + + + + | append description ", Without Tcl pkgs/ and all encodings" } } "staticlibssl" { if {$value} { append description ", Statically linked to LibSSL" } } "staticpkgs" { if {$value} { append description ", With Tcl 8.6+ pkgs/ directory all packages statically linked in" } } "storage" { switch -- $value { "mk4" { append description ", Metakit-based" } "zip" { |
︙ |