2004-10-09 02:03:06 +04:00
|
|
|
|
2006-02-09 00:10:11 +03:00
|
|
|
This is sqlite 3.3.3
|
2004-10-09 02:03:06 +04:00
|
|
|
|
|
|
|
See http://www.sqlite.org/ for more info.
|
|
|
|
|
|
|
|
We have a mozilla-specific Makefile.in in src/ (normally no
|
|
|
|
Makefile.in there) that we use to build.
|
|
|
|
|
|
|
|
We only imported the bits that we actually need for the build --
|
|
|
|
basically, the contents of the src directory, plus autogenerated files
|
2005-12-13 22:49:36 +03:00
|
|
|
(see below). Note that we don't use all the files in the src dir;
|
|
|
|
we just bring in *.c *.h (including a full sqlite3.h).
|
2004-10-09 02:03:06 +04:00
|
|
|
|
|
|
|
To move to a new version:
|
|
|
|
|
|
|
|
Update opcodes.c, opcodes.h, parse.c, parse.h, all of which are
|
|
|
|
normally generated as part of the sqlite build. Pull these out of the
|
|
|
|
sqlite3 windows source .zip, or autoconfiscate and build a tarball and
|
|
|
|
copy them out. Yes, this sucks, but it's better than having to build
|
|
|
|
the parser and all that goop as part of our build.
|
|
|
|
|
2006-02-09 00:10:11 +03:00
|
|
|
-- Vlad Vukicevic <vladimir@pobox.com> 02/2006
|
2005-12-13 22:49:36 +03:00
|
|
|
|