Small. Fast. Reliable.
Choose any three.
*** 118,124 ****
  
  ===
  
! MSVC and SQLite DLL
  
  Creation of an import library from the sqlitedll.zip
  (http://www.sqlite.org/sqlitedll.zip) for MS Visual C++
--- 118,124 ----
  
  ===
  
! *MSVC and SQLite DLL*
  
  Creation of an import library from the sqlitedll.zip
  (http://www.sqlite.org/sqlitedll.zip) for MS Visual C++
***************
*** 126,131 ****
  
  	LIB /DEF:sqlite.def
  
! This makes the files sqlite.lib and sqlite.def.
  The sqlite.lib can then be used to link your programs
  against the SQLite DLL.
--- 126,131 ----
  
  	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.