Add refpool.

This commit is contained in:
Jonathan Schleifer 2012-04-22 15:09:52 +02:00
parent aee2af3ae0
commit a8ae30c3c4
6 changed files with 216 additions and 33 deletions

View file

@ -2,11 +2,12 @@ SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX}
LIB_MAJOR = 0
LIB_MINOR = 0
SRCS = array.c \
class.c \
map.c \
object.c \
range.c \
SRCS = array.c \
class.c \
map.c \
object.c \
range.c \
refpool.c \
string.c
INCLUDES = ${SRCS:.c=.h} \