Differences From Artifact [658b38c94d]:
- File buildsys.mk.in — part of check-in [f9207c957a] at 2018-02-07 21:05:21 on branch trunk — Build plugins as proper .bundles (user: js, size: 27581) [annotate] [blame] [check-ins using]
To Artifact [3be978df70]:
- File
buildsys.mk.in
— part of check-in
[67f93e1ed7]
at
2018-02-07 22:38:16
on branch trunk
— Remove deprecated -undefined dynamic_lookup
Instead, use ${PLUGIN_LDFLAGS_BUNDLE_LOADER} when building a .bundle,
which can then be set to -bundle_loader path_to_executable. (user: js, size: 27599) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
292 293 294 295 296 297 298 299 300 301 302 303 304 305 | ${PLUGIN} ${PLUGIN_NOINST}: ${EXT_DEPS} ${PLUGIN_OBJS} ${LINK_STATUS} out="$@"; \ if @LINK_PLUGIN@; then \ ${LINK_OK}; \ else \ ${LINK_FAILED}; \ fi ${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS} ${OBJS_EXTRA} ${LINK_STATUS} rm -f $@ if test x"${BUILD_AND_HOST_ARE_DARWIN}" = x"yes"; then \ | > | 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 | ${PLUGIN} ${PLUGIN_NOINST}: ${EXT_DEPS} ${PLUGIN_OBJS} ${LINK_STATUS} out="$@"; \ if @LINK_PLUGIN@; then \ ${LINK_OK}; \ else \ rm -fr $$out; \ ${LINK_FAILED}; \ fi ${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS} ${OBJS_EXTRA} ${LINK_STATUS} rm -f $@ if test x"${BUILD_AND_HOST_ARE_DARWIN}" = x"yes"; then \ |
︙ | ︙ |