-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>   after a quick inspection, i can see (i think) that part of the
> configuration and build process is to *create* the sqlite3.c source
> file to be used as part of the compilation, is that correct?

Yes as Pavel mentioned.  The single file is known as the amalgamation and
documented here:

  http://www.sqlite.org/amalgamation.html

Note that embedded folk often compile out various SQLite features.  If you
need to do that then you have to work with the original source files as
omissions require regenerating the grammar etc.  An amalgamation can still
be produced from the result.  More doc:

  http://www.sqlite.org/compile.html#omitfeatures

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4veH4ACgkQmOOfHg372QR69wCeLrfZV9rNEAewZ8a8nATwplfn
tQAAn3RlbthEpLoS6u7wU1DFWYVoYtx+
=Lm7Z
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to