Add sqlite3, fix minor compilation problems

This commit is contained in:
Ron Pedde
2006-03-06 06:29:03 +00:00
parent dad6b9e9d5
commit a6248dfc98
5 changed files with 9 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
#define HAVE_LIBSQLITE 1
/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
/* #define HAVE_LIBSQLITE3 1 */
#define HAVE_LIBSQLITE3 1
/* Define to 1 if you have the `vorbis' library (-lvorbis). */
/* #undef HAVE_LIBVORBIS */

View File

@@ -135,6 +135,9 @@
<File
RelativePath="..\src\db-sql-sqlite2.c">
</File>
<File
RelativePath="..\src\db-sql-sqlite3.c">
</File>
<File
RelativePath="..\src\db-sql.c">
</File>