diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 16:11:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 16:11:41 +0200 |
commit | 5e30fe55e504c2fa9ddbb239150c237cb0230fcd (patch) | |
tree | ff95dde940da553f3007bc2e279a53fb8a17d5c8 /sqlite.options | |
parent | 18e0b8065af3b660a73af93dabb4767cbc64ec35 (diff) |
VC++ build system support for SQLite
Diffstat (limited to 'sqlite.options')
-rw-r--r-- | sqlite.options | 5 |
1 files changed, 5 insertions, 0 deletions
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 |