diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 14:54:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 14:54:19 +0200 |
commit | 3b683eaa935356ac960fca68c7173e1c9b1b3c1e (patch) | |
tree | 3ed2885801090b70278459265957392cedce3430 /INSTALL | |
parent | 30df328918e2017f17fec47ec80273910df5e6c5 (diff) |
Add support for Visual Studio 2005
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ 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, 10, and 11 project/solution files +etc\sqlite\ directory, Visual Studio 8, 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. |