@@ -42,10 +42,17 @@ switch -- $option { "kitdll" { if {$value} { append description ", Built as a Library" } + } + "dynamictk" { + if {$value} { + if {[lsearch -exact $buildinfo(packages) "tk"] != -1} { + append description ", Forced Tk Dynamic Linking" + } + } } "threaded" { if {$value} { append description ", Threaded" } else { @@ -54,10 +61,20 @@ } "debug" { if {$value} { append description ", With Symbols" } + } + "minbuild" { + if {$value} { + append description ", Without Tcl pkgs/ and all encodings" + } + } + "staticlibssl" { + if {$value} { + append description ", Statically linked to LibSSL" + } } "storage" { switch -- $value { "mk4" { append description ", Metakit-based"