CoreFW  Diff

Differences From Artifact [7281a8448b]:

To Artifact [af64497e3d]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX}
STATIC_LIB = libcorefw.a
LIB_MAJOR = 0
LIB_MINOR = 0

SRCS = array.c	\
       class.c	\
       object.c	\
       range.c	\
       string.c

INCLUDES = ${SRCS:.c=.h} \
	   corefw.h

include ../buildsys.mk

<













1

2
3
4
5
6
7
8
9
10
11
12
13
14
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX}

LIB_MAJOR = 0
LIB_MINOR = 0

SRCS = array.c	\
       class.c	\
       object.c	\
       range.c	\
       string.c

INCLUDES = ${SRCS:.c=.h} \
	   corefw.h

include ../buildsys.mk