diff options
Diffstat (limited to 'third_party/sqlite/src/tool/mksqlite3c.tcl')
-rw-r--r--[-rwxr-xr-x] | third_party/sqlite/src/tool/mksqlite3c.tcl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/third_party/sqlite/src/tool/mksqlite3c.tcl b/third_party/sqlite/src/tool/mksqlite3c.tcl index 5a66e04..da31306 100755..100644 --- a/third_party/sqlite/src/tool/mksqlite3c.tcl +++ b/third_party/sqlite/src/tool/mksqlite3c.tcl @@ -66,8 +66,6 @@ puts $out [subst \ ** if you want a wrapper to interface SQLite with your choice of programming ** language. The code for the "sqlite3" command-line shell is also in a ** separate file. This file contains only code for the core SQLite library. -** -** This amalgamation was generated on $today. */ #define SQLITE_CORE 1 #define SQLITE_AMALGAMATION 1}] @@ -89,7 +87,7 @@ foreach hdr { btree.h btreeInt.h fts3.h - fts3_expr.h + fts3Int.h fts3_hash.h fts3_tokenizer.h hash.h @@ -111,6 +109,7 @@ foreach hdr { sqliteLimit.h vdbe.h vdbeInt.h + wal.h } { set available_hdr($hdr) 1 } @@ -213,6 +212,7 @@ foreach file { sqliteInt.h global.c + ctime.c status.c date.c os.c @@ -245,6 +245,7 @@ foreach file { pcache1.c rowset.c pager.c + wal.c btmutex.c btree.c @@ -253,6 +254,7 @@ foreach file { vdbemem.c vdbeaux.c vdbeapi.c + vdbetrace.c vdbe.c vdbeblob.c journal.c @@ -269,6 +271,7 @@ foreach file { callback.c delete.c func.c + fkey.c insert.c legacy.c loadext.c @@ -296,6 +299,8 @@ foreach file { fts3_porter.c fts3_tokenizer.c fts3_tokenizer1.c + fts3_write.c + fts3_snippet.c rtree.c icu.c |