From be39e2118e5a4eb8b5b31f7ea30718e3e099e9b2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Mar 2011 16:11:41 +0200 Subject: VC++ build system support for SQLite --- sqlite-driver.bat | 2 ++ sqlite.options | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 sqlite-driver.bat create mode 100644 sqlite.options diff --git a/sqlite-driver.bat b/sqlite-driver.bat new file mode 100644 index 0000000..c5f1187 --- /dev/null +++ b/sqlite-driver.bat @@ -0,0 +1,2 @@ +rem Client driver is not used for SQLite so you don't need to +rem change anything here. diff --git a/sqlite.options b/sqlite.options new file mode 100644 index 0000000..208a7d7 --- /dev/null +++ b/sqlite.options @@ -0,0 +1,5 @@ +# Sample SQLite options file used to run the tests. Adjust to +# match your SQLite setup. +# + +--database C:\Temp\odb_test.db -- cgit v1.1