Overview
Comment: | ObjMatrix.oc.in: Fix missing @ |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bec8b4dab372f6fb944c90ae1e3f2a9c |
User & Date: | js on 2024-08-07 20:14:13 |
Other Links: | manifest | tags |
Context
2024-08-07
| ||
20:34 | Set b_asneeded=false to make ObjFWTLS work check-in: 7c5c1c07e2 user: js tags: trunk | |
20:14 | ObjMatrix.oc.in: Fix missing @ check-in: bec8b4dab3 user: js tags: trunk | |
20:12 | Fix warnings check-in: 08a585424a user: js tags: trunk | |
Changes
Modified ObjMatrix.oc.in from [227eb546ac] to [510c2d0194].
1 2 3 4 5 | package_format 1 package_depends_on ObjFWTLS package_depends_on ObjSQLite3 LIBS="-L@libdir@ -lobjmatrix $LIBS" FRAMEWORK_LIBS="-L@libdir@ -lobjmatrix $FRAMEWORK_LIBS" | | | 1 2 3 4 5 6 | package_format 1 package_depends_on ObjFWTLS package_depends_on ObjSQLite3 LIBS="-L@libdir@ -lobjmatrix $LIBS" FRAMEWORK_LIBS="-L@libdir@ -lobjmatrix $FRAMEWORK_LIBS" STATIC_LIBS="@libdir@/libobjmatrix.a $STATIC_LIBS" |