Differences From Artifact [284a4439f8]:
- File src/bridge/ObjFWBridge.oc — part of check-in [69a8da9c5d] at 2024-04-13 08:40:46 on branch trunk — Add objfw-config file for ObjFWBridge (user: js, size: 100) [annotate] [blame] [check-ins using]
To Artifact [f2b4038f23]:
- File src/bridge/ObjFWBridge.oc — part of check-in [38317aa6a3] at 2024-04-13 08:52:21 on branch trunk — Add STATIC_LIBS to all objfw-config files (user: js, size: 154) [annotate] [blame] [check-ins using] [more...]
1 2 3 | package_format 1 LIBS="-lobjfwbridge $LIBS" FRAMEWORK_LIBS="-framework ObjFWBridge $FRAMEWORK_LIBS" | > | 1 2 3 4 | package_format 1 LIBS="-lobjfwbridge $LIBS" FRAMEWORK_LIBS="-framework ObjFWBridge $FRAMEWORK_LIBS" STATIC_LIBS="${libdir}/libobjfwbridge.a $STATIC_LIBS" |