Add refpool.
This commit is contained in:
parent
aee2af3ae0
commit
a8ae30c3c4
6 changed files with 216 additions and 33 deletions
11
src/Makefile
11
src/Makefile
|
@ -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} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue