Hi there,

SQLite newbie here. I am trying to compile SQLite as a static library, then statically compile and link with my application source.

From the reading the site and browsing the files in sqlite_source, these are the files I think I need, am I correct?

Thanks in advance for your help.

pete

p.s. is this mailing list archived somewhere so that I can search instead of asking the already answer question?

p.p.s. the list of files... always forgot.

attach.c
build.c
btree.c
hash.c
func.c
where.c
vdbeaux.c
vdbe.c
vacuum.c
util.c
update.c
select.c
random.c
printf.c
pragma.c
opcodes.c
pager.c
date.c
copy.c
delete.c
btree_rb.c
parse.c
auth.c
insert.c
expr.c
tokenize.c
trigger.c
os.c
main.c
table.c


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to