Re: [sqlite] Comiling static libraries on Win32

2005-03-27 Thread Clay Dowling
Eugene Wee wrote: Hi, Just a guess here, but wouldnt the idea then be to (manually) compile each source file, then link the object files with your own? That idea would -mostly- work, and I would hope that I have enough mental capacity to drop out the tcl bindings, dll-specific functions and the

Re: [sqlite] Comiling static libraries on Win32

2005-03-27 Thread Eugene Wee
Hi, Just a guess here, but wouldnt the idea then be to (manually) compile each source file, then link the object files with your own? With MinGW/GCC I used dlltool to get obtain libsqlite3.a from sqlite3.dll and sqlite3.def, passing the -lsqlite3 parameter to GCC at link-time. The only file I a

[sqlite] Comiling static libraries on Win32

2005-03-27 Thread Clay Dowling
I highly suspect that I'm being a dolt here, but I'm not seeing the obvious thing. I downloaded the preprocessed Win32 source code in hopes of compiling a static library for a Win32 release of a project that I'm working on. Unfortunately I couldn't find a makefile in the preprocessed .zip fil