diff options
author | stephan <stephan@noemail.net> | 2025-03-28 14:32:01 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-03-28 14:32:01 +0000 |
commit | 13a9fb0d212b1e9058a387934335f7bd8cb27c90 (patch) | |
tree | a0034d3619a5aa9367f4f973d74fd72f06c11bbb /autosetup/sqlite-config.tcl | |
parent | 257e026de93e91ae762f867bd36235ca6762f550 (diff) | |
download | sqlite-13a9fb0d212b1e9058a387934335f7bd8cb27c90.tar.gz sqlite-13a9fb0d212b1e9058a387934335f7bd8cb27c90.zip |
Configure/make doc tweaks. No functional changes.
FossilOrigin-Name: dbcc03bd7a727f4643f18a814bb9fd9071c0355f98dd064286240f2af361ee7f
Diffstat (limited to 'autosetup/sqlite-config.tcl')
-rw-r--r-- | autosetup/sqlite-config.tcl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/autosetup/sqlite-config.tcl b/autosetup/sqlite-config.tcl index 67895a243..ec08cc95c 100644 --- a/autosetup/sqlite-config.tcl +++ b/autosetup/sqlite-config.tcl @@ -1468,14 +1468,15 @@ proc sqlite-handle-dll-basename {} { # [define]s LDFLAGS_OUT_IMPLIB to either an empty string or to a # -Wl,... flag for the platform-specific --out-implib flag, which is # used for building an "import library .dll.a" file on some platforms -# (e.g. msys2, mingw). Returns 1 if supported, else 0. +# (e.g. msys2, mingw). SQLITE_OUT_IMPLIB is defined to the name of the +# import lib or an empty string. Returns 1 if supported, else 0. # # The name of the import library is [define]d in SQLITE_OUT_IMPLIB. # # If the configure flag --out-implib is not used (or programmatically -# set) then this is a no-op (but see [sqlite-handle-env-quirks]). If -# that flag is used but the capability is not available, a fatal error -# is triggered. +# set) then this simply sets the above-listed defines to empty strings +# (but see [sqlite-handle-env-quirks]). If that flag is used but the +# capability is not available, a fatal error is triggered. # # This feature is specifically opt-in because it's supported on far # more platforms than actually need it and enabling it causes creation |