Differences From Artifact [2f36355653]:
- Executable file build/web/process_queue — part of check-in [e9692813d7] at 2014-07-19 07:07:30 on branch trunk — Updated web UI (user: rkeene, size: 2207) [annotate] [blame] [check-ins using]
To Artifact [02e30b0d8d]:
- Executable file build/web/process_queue — part of check-in [f404c778a3] at 2014-07-19 07:18:18 on branch trunk — Updated to explicitly disable threads if it was not selected (user: rkeene, size: 2258) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
62 63 64 65 66 67 68 69 70 71 72 73 74 75 | if {$value} { set ::env(KITCREATOR_PKGS) "$::env(KITCREATOR_PKGS) kitdll" } } "threaded" { if {$value} { lappend args "--enable-threads" } } } } catch { exec ./build/pre.sh | > > | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | if {$value} { set ::env(KITCREATOR_PKGS) "$::env(KITCREATOR_PKGS) kitdll" } } "threaded" { if {$value} { lappend args "--enable-threads" } else { lappend args "--disable-threads" } } } } catch { exec ./build/pre.sh |
︙ | ︙ |