Lines Matching +refs:sqlite +refs:add +refs:shell +refs:opt
281 => {Enable SQLITE_ENABLE_ICU and add the given linker flags for the
334 => {Link the sqlite3 shell app against the DLL instead of embedding sqlite3.c}
453 define PACKAGE_NAME sqlite
553 set shell ""
555 set args [lassign $args shell]
558 if {"" ne $shell} {
1385 sqlite-add-feature-flag -shell -DSQLITE_ENABLE_ICU
1389 sqlite-add-feature-flag -shell -DSQLITE_ENABLE_ICU_COLLATIONS
1750 foreach opt {
1761 if {[proj-opt-exists $opt] && [opt-bool $opt]} {
1763 msg-result " --disable-$opt"
1764 proj-opt-set $opt 0
1768 foreach opt {
1776 if {[proj-opt-was-provided $opt]} {
1777 msg-result " removing --$opt"
1778 proj-opt-set $opt ""