Remove cfw prefix from files.

This commit is contained in:
Jonathan Schleifer 2012-04-08 22:53:03 +02:00
parent 34c8a7713a
commit 22f8a535f3
12 changed files with 19 additions and 19 deletions

View file

@ -3,11 +3,11 @@ STATIC_LIB = libcorefw.a
LIB_MAJOR = 0
LIB_MINOR = 0
SRCS = cfwarray.c \
cfwclass.c \
cfwobject.c \
cfwrange.c \
cfwstring.c
SRCS = array.c \
class.c \
object.c \
range.c \
string.c
INCLUDES = ${SRCS:.c=.h} \
corefw.h