Differences From Artifact [688d34c7ff]:
- File ObjSQLite3.oc.in — part of check-in [b821df3a30] at 2020-08-31 21:33:32 on branch trunk — Rename project to ObjSQLite3 (user: js, size: 98) [annotate] [blame] [check-ins using]
To Artifact [1f4a971881]:
- File ObjSQLite3.oc.in — part of check-in [a607fd2cde] at 2020-10-03 00:03:19 on branch trunk — Update buildsys (user: js, size: 168) [annotate] [blame] [check-ins using]
1 2 3 | 1 2 3 4 | + | package_format 1 CPPFLAGS="$CPPFLAGS @SQLITE3_CPPFLAGS@" LIBS="-lobjsqlite3 @SQLITE3_LIBS@ $LIBS" FRAMEWORK_LIBS="-framework ObjSQLite3 @SQLITE3_LIBS@ $FRAMEWORK_LIBS" |