Home
last modified time | relevance | path

Searched +refs:sqlite +refs:add +refs:shell +refs:opt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md47 - [sqlite-config.tcl][]: utility code which is too project-specific
69 an `sqlite-` prefix are in [sqlite-config.tcl][]. The others are part
98 - **`proj-if-opt-truthy flag thenScript ?elseScript?`**\
109 - **`proj-opt-truthy flag`**\
113 - **`proj-opt-was-provided FLAG`**\
124 Returns 1 if `$value` is "truthy," See `proj-opt-truthy` for the definition
131 - **`sqlite-add-feature-flag ?-shell? FLAG...`**\
134 `-DSQLITE_ENABLE_...`, or similar, flags. If the `-shell` flag is
136 `sqlite-add-shell-opt`. This is a no-op if `FLAG` is not provided or
139 - **`sqlite-add-shell-opt FLAG...`**\
[all …]
H A Dsqlite-config.tcl281 => {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]} {
[all …]