]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them...
authordanielk1977 <danielk1977@noemail.net>
Tue, 11 Aug 2009 05:50:36 +0000 (05:50 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 11 Aug 2009 05:50:36 +0000 (05:50 +0000)
commit2d04deb21d1f4dbffa1c0d153ab33b97a2f49932
tree93214019a41e69c27f55bb56c0e9eb09bc994ae0
parent1a5c00f8cea5b2537535c6962988c63e32823161
Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them as part of generating the sqlite3.h target, while copying from sqlite.h.in to sqlite3.h. This fixes a build problem that was causing multiple SQLITE_API macros to be added to a single line of sqlite3.h, and the problem cited by #4016. (CVS 6971)

FossilOrigin-Name: 7f4810747b0864981f27edbd504bfab2efea1e3c
Makefile.in
main.mk
manifest
manifest.uuid
tool/mksqlite3c.tcl
tool/mksqlite3h.tcl [new file with mode: 0644]