diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:48 +0200 |
commit | a77615868e8935e84ebbb4c441858917e971942c (patch) | |
tree | ce867729b1771f5dc07f5396b61a040b63f38fae /etc/sqlite/README | |
parent | adda9a060e333987cd02ac50cb6c5d96b2a423a1 (diff) |
Add support for Visual Studio 20122.1.0
Diffstat (limited to 'etc/sqlite/README')
-rw-r--r-- | etc/sqlite/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sqlite/README b/etc/sqlite/README index c16c832..b147916 100644 --- a/etc/sqlite/README +++ b/etc/sqlite/README @@ -1,5 +1,5 @@ This directory contains project/solution files for building SQLite libraries -with Microsoft Visual Studio versions 9 and 10. +with Microsoft Visual Studio versions 9, 10, and 11. To build SQLite, you will need to download two SQLite packages: sqlite- amalgamation and sqlite-dll. Copy the sqlite3.c and sqlite3.h files from the |