blob: 43c6b8bc4a25f65e7d77df91c3c4f34960606801 [file] [log] [blame]
LEVEL = ../..
LIBRARYNAME=poolalloc_fl_rt
#
# Build shared libraries on all platforms except Cygwin and MingW (which do
# not support them).
#
ifneq ($(OS),Cygwin)
ifneq ($(OS),MingW)
SHARED_LIBRARY=1
endif
endif
include $(LEVEL)/Makefile.common