Differences From Artifact [8bca0940c8]:
- Executable file build/web/process_queue — part of check-in [2ffc7ae71a] at 2014-10-27 05:31:19 on branch trunk — Added support for specifying that Tk should be linked dynamically (user: rkeene, size: 2977) [annotate] [blame] [check-ins using]
To Artifact [13a499ffae]:
- Executable file build/web/process_queue — 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: 3044) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
78 79 80 81 82 83 84 | set ::env(STRIP) true } } "storage" { lappend args "--enable-kit-storage=$value" } "dynamictk" { | > | > | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | set ::env(STRIP) true } } "storage" { lappend args "--enable-kit-storage=$value" } "dynamictk" { if {[lsearch -exact $buildinfo(packages) "tk"] != -1} { set ::env(STATICTK) -1 } } "staticmk4" { } } } catch { |
︙ | ︙ |