diff --git a/buildsqlite3.cmd b/buildsqlite3.cmd new file mode 100644 index 0000000..c1f187d --- /dev/null +++ b/buildsqlite3.cmd @@ -0,0 +1 @@ +cl /DSQLITE_API=__declspec(dllexport) sqlite3.c -link -dll -out:sqlite3.dll \ No newline at end of file diff --git a/startvc.cmd b/startvc.cmd new file mode 100644 index 0000000..a8e3d40 --- /dev/null +++ b/startvc.cmd @@ -0,0 +1 @@ +%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"" x86 \ No newline at end of file