Small. Fast. Reliable.
Choose any three.
*** 1,3 ****
--- 1,26 ----
+ *Notes on compiling sqlite using eclipse and mingw*
+ 
+ Download eclipse 3.2.1
+ 
+ Download eclipse CDT plugin for c/c++ ( version 3.1.1 )
+ 
+ Download mingw ( used MinGW-3.1.0-1.exe ).
+ 
+ create a new project ( managed make c++ project ).
+ 
+ Add all the .c files from sqlite source to the eclipse project created in the above step ( you can copy all the .c files from explorer and paste into eclipse project ).
+ 
+ Build the project ( right click on the project and build ).
+ 
+ make sure you have make.exe available on windows.
+ 
+ if there are any errors in tclsqlite.c file delete this file from eclipse project.
+ 
+ eclipse generates the makefiles required once you add the source files to the project.
+ 
+ ===========
+ 
+ 
  * CodeWarrior: Notes on compiling on MacOS using CodeWarrior *
  
  (see also the MacOSX command line instructions below)