]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improved ability to generate stand-alone program using TCL and SQLite by
authordrh <drh@noemail.net>
Fri, 13 Oct 2017 20:14:06 +0000 (20:14 +0000)
committerdrh <drh@noemail.net>
Fri, 13 Oct 2017 20:14:06 +0000 (20:14 +0000)
commit96a206fa1055e1f6fa3d0bf8a221bdf18bc7195d
tree74ecc7de839731b6409e9cc2fe4277cd61e77c04
parent903b23022d6d39fbc18d619dfdead39277bed72d
Improved ability to generate stand-alone program using TCL and SQLite by
compiling with -DTCLSH_INIT_PROC=name to cause the TCL interpreter to be
initialized using procedure name().  Both sqlite3_analyzer and testfixture
are now built this way.

FossilOrigin-Name: d65d1f297ddb07b799ff5b2e560575fc59a6fa74c752269cc85ab84348fb7da4
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/tclsqlite.c
src/test_tclsh.c
tool/sqlite3_analyzer.c.in