
USING SQLITE 2 - PRECOMPILED LIBRARY and TEST PROGRAMS
www.scriptol.com


Library
-------
sqlite.dll      The sqlite library.
sqlitebc.lib    Import library for BCC (Borland).
sqlitems.lib    Import library for Visual C++ (Microsoft).
sqlitegc.a      Import library for MingW.
sqlite.h        SQLite header file.
sqlite.def      Required to build import libraries.
makebcc.bat     Batch file to build an import library for BCC.
makems.bat      Batch file to build an import library for Visual C++.
makegc.bat      Batch file to build an import library for MingW.


C++ Test
--------
sqtest.c        Test program for C++ compilers.
sqdemo.c        Other test program.
compbc.bat      Compile with BCC (paths may differ).
linkbc.bat      Link with BCC.
compms.bat      Compile with Visual C++ (paths may differ).
linkms.bat      Link with Visual C++.
compms.bat      Compile with MingW (paths may differ).
linkms.bat      Link with MingW.


Misc.
-----
clean.bat       Batch file to remove intermediate files from the archive.

