2024-07-09 21:29:41 +02:00
|
|
|
This is the SQLite amalgamation.
|
|
|
|
|
Check sqlite3.h for the version number and source id.
|
2018-01-19 03:59:58 +08:00
|
|
|
|
2024-07-09 21:29:41 +02:00
|
|
|
See http://www.sqlite.org/ for more info.
|
2018-01-19 03:59:58 +08:00
|
|
|
|
2024-07-09 21:29:41 +02:00
|
|
|
We have a UXP-specific moz.build in src/ (normally not there) that we
|
2025-03-30 15:19:28 +02:00
|
|
|
use to build. Additionally, src/ contains sqlite.symbols which lists
|
2024-07-09 21:29:41 +02:00
|
|
|
all explicitly exported symbols from the library to expose.
|
2018-01-19 03:59:58 +08:00
|
|
|
|
2024-07-09 21:29:41 +02:00
|
|
|
To move to a new version:
|
2018-01-19 03:59:58 +08:00
|
|
|
|
2024-07-09 21:29:41 +02:00
|
|
|
Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
|
2018-01-19 03:59:58 +08:00
|
|
|
|
2024-07-09 21:29:41 +02:00
|
|
|
Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/old-configure.in.
|