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-driver.bat | |
parent | 18e0b8065af3b660a73af93dabb4767cbc64ec35 (diff) |
VC++ build system support for SQLite
Diffstat (limited to 'sqlite-driver.bat')
-rw-r--r-- | sqlite-driver.bat | 2 |
1 files changed, 2 insertions, 0 deletions
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. |