Initial commit

FossilOrigin-Name: 5e202503fce1cf0fd217a18149bbb2d44d46adb0b997a91a633b1a4433f41a0b
This commit is contained in:
Jonathan Schleifer 2020-08-24 21:44:39 +00:00
parent 02455b26d7
commit ac03d41ce8
18 changed files with 5565 additions and 0 deletions

3
ObjSQLite.oc.in Normal file
View file

@ -0,0 +1,3 @@
package_format 1
CPPFLAGS="$CPPFLAGS @SQLITE_CPPFLAGS@"
LIBS="-lobjsqlite @SQLITE_LIBS@ $LIBS"