Artifact b512e9a9849107846525f7735554523b4451c34bf2f085ee80235e3a6aeae615:
- File
tests/OFPlugin/TestPlugin/Makefile
— part of check-in
[2e13035431]
at
2009-03-14 17:17:15
on branch trunk
— Preliminary OFPlugin implementation.
Win32 isn't supported yet due to the problems libobjc + DLLs. (user: js, size: 225) [annotate] [blame] [check-ins using]
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX} SRCS = TestPlugin.m include ../../../buildsys.mk include ../../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} -I../../../src OBJCFLAGS += ${PLUGIN_CFLAGS} LDFLAGS += ${PLUGIN_LDFLAGS}