Quinton Miller
Quinton Miller
Mostly missing specs
The official repository has a [`Makefile.msc` NMAKE file](https://github.com/sqlite/sqlite/blob/master/Makefile.msc), which is pretty much MSVC-exclusive, so it is hard to imagine them using something like [this](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-sqlite3/PKGBUILD) instead to build the official binaries....
I don't know about Choco, but from the official download you have to do something like `lib /def:sqlite3.def` inside an MSVC developer prompt to get the import library. There is...
MinGW: `dlltool.exe -d sqlite3.def -D sqlite3.dll -l sqlite3-dynamic.lib` LLVM: `llvm-dlltool.exe -d sqlite3.def -D sqlite3.dll -l sqlite3-dynamic.lib`