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 /INSTALL | |
parent | adda9a060e333987cd02ac50cb6c5d96b2a423a1 (diff) |
Add support for Visual Studio 20122.1.0
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,8 +79,8 @@ can change this by manually removing the LIBODB_SQLITE_HAVE_UNLOCK_NOTIFY macro from the project's "Preprocessor Definitions" settings). The SQLite source distribution for Windows lacks Visual Studio project/solution files. -To rectify this situation, the libodb-sqlite distribution includes, in -the etc\sqlite\ directory, Visual Studio 9 and 10 project/solution files +To rectify this situation, the libodb-sqlite distribution includes, in the +etc\sqlite\ directory, Visual Studio 9, 10, and 11 project/solution files for building 32 and 64-bit SQLite libraries with unlock notify support. Refer to the accompanying README file for information on how to build the libraries and configure VC++ Directories to automatically locate them. |