VC++ Static Linking SQLite
Aug 16, 2017

Open the Native Tools command prompt.

> cl /O1 /Os sqlite3.c
> lib /OUT:sqlite3.lib *.obj
sqlite Related
Comments