ObjFW  Diff

Differences From Artifact [64681afff9]:

  • File tests/plugin/Makefile — part of check-in [42f939d411] at 2024-05-05 00:17:28 on branch trunk — Update buildsys (user: js size: 276)

To Artifact [5a77823505]:

  • File tests/plugin/Makefile — part of check-in [50dce32144] at 2024-11-16 13:31:43 on branch trunk — Don't build test plugin as bundle and plugin (user: js size: 270) [more...]

1
2
3
4
5
6
7
8
9
10
11
12
include ../../extra.mk

DISTCLEAN = Info.plist

PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
BUNDLE_NOINST = ${TESTPLUGIN_BUNDLE}
SRCS = TestPlugin.m

include ../../buildsys.mk

CPPFLAGS += -I../.. -I../../src -I../../src/runtime
LIBS := ${TESTPLUGIN_LIBS} ${LIBS}




|







1
2
3
4
5
6
7
8
9
10
11
12
include ../../extra.mk

DISTCLEAN = Info.plist

PLUGIN_NOINST = ${TESTPLUGIN_PLUGIN}
BUNDLE_NOINST = ${TESTPLUGIN_BUNDLE}
SRCS = TestPlugin.m

include ../../buildsys.mk

CPPFLAGS += -I../.. -I../../src -I../../src/runtime
LIBS := ${TESTPLUGIN_LIBS} ${LIBS}