ObjMatrix  Check-in [91648879e2]

Overview
Comment:ObjMatrix.oc: Remove ObjSQLite3 dependency
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 91648879e27d3ff965c4356f8918678e070b53de7e6759236df91e720d7f2815
User & Date: js on 2020-10-03 15:30:30
Other Links: manifest | tags
Context
2020-10-03
15:32
tests: Print better error messages check-in: 86b43015f0 user: js tags: trunk
15:30
ObjMatrix.oc: Remove ObjSQLite3 dependency check-in: 91648879e2 user: js tags: trunk
15:28
MTXRequest: Improve handling of failed requests check-in: 99420a37d1 user: js tags: trunk
Changes

Modified ObjMatrix.oc from [b6196c65e4] to [6bd6e1275a].

1
2
3
4
5
package_format 1
package_depends_on ObjOpenSSL
package_depends_on ObjSQLite3
LIBS="-lobjmatrix $LIBS"
FRAMEWORK_LIBS="-framework ObjMatrix $FRAMEWORK_LIBS"


<


1
2

3
4
package_format 1
package_depends_on ObjOpenSSL

LIBS="-lobjmatrix $LIBS"
FRAMEWORK_LIBS="-framework ObjMatrix $FRAMEWORK_LIBS"