9 lines
143 B
Makefile
9 lines
143 B
Makefile
LEVEL = ../../../make
|
|
|
|
DYLIB_CXX_SOURCES := plugin.cpp
|
|
DYLIB_NAME := plugin
|
|
DYLIB_ONLY := YES
|
|
MAKE_DSYM := NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|