Differences From Artifact [004f926c80]:
- Executable file build/web/building.cgi — part of check-in [b0b6fbd5aa] at 2014-12-02 15:45:24 on branch trunk — Updated to ignore "dynamictk" if Tk is not being built (user: rkeene, size: 2899) [annotate] [blame] [check-ins using]
To Artifact [a012cc8bc9]:
- Executable file build/web/building.cgi — part of check-in [85a43dd6cd] at 2014-12-11 16:53:18 on branch trunk — Added option for minimal builds (user: rkeene, size: 3008) [annotate] [blame] [check-ins using]
︙ | |||
57 58 59 60 61 62 63 64 65 66 67 68 69 70 | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | + + + + + | append description ", Unthreaded" } } "debug" { if {$value} { append description ", With Symbols" } } "minbuild" { if {$value} { append description ", Without Tcl pkgs/ and all encodings" } } "storage" { switch -- $value { "mk4" { append description ", Metakit-based" } "zip" { |
︙ |