Makefile 125 Bytes
LIB_PREFIX := loadunload_

DYLIB_NAME := $(LIB_PREFIX)d
DYLIB_CXX_SOURCES := d.cpp
DYLIB_ONLY := YES

include Makefile.rules