blob: a8208d9fcd388ce9d5fd81ee2283851afea88ce3 [file] [log] [blame]
LEVEL = ../..
LIBRARYNAME=poolalloc_rt_old
#
# 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
# Always build optimized and debug versions
all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)