Small. Fast. Reliable.
Choose any three.
*** 177,186 ****
  (http://www.sqlite.org/sqlitedll.zip) for MS Visual C++
  is achieved by the following command:
  
! LIB /DEF:sqlite.def
  
! This makes the files sqlite.lib and sqlite.exp files.
! The sqlite.lib can then be used to link your programs
  against the SQLite DLL.
  
  =====
--- 177,186 ----
  (http://www.sqlite.org/sqlitedll.zip) for MS Visual C++
  is achieved by the following command:
  
! LIB /DEF:sqlite3.def
  
! This makes the files sqlite3.lib and sqlite3.exp files.
! The sqlite3.lib can then be used to link your programs
  against the SQLite DLL.
  
  =====