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 62 if {$value} { 63 63 set ::env(KITCREATOR_PKGS) "$::env(KITCREATOR_PKGS) kitdll" 64 64 } 65 65 } 66 66 "threaded" { 67 67 if {$value} { 68 68 lappend args "--enable-threads" 69 + } else { 70 + lappend args "--disable-threads" 69 71 } 70 72 } 71 73 } 72 74 } 73 75 74 76 catch { 75 77 exec ./build/pre.sh