Add corefw.h.
This commit is contained in:
parent
1b72ec95bf
commit
effaa94ab7
2 changed files with 11 additions and 1 deletions
|
@ -8,6 +8,7 @@ SRCS = cfwarray.c \
|
|||
cfwobject.c \
|
||||
cfwstring.c
|
||||
|
||||
INCLUDES = ${SRCS:.c=.h}
|
||||
INCLUDES = ${SRCS:.c=.h} \
|
||||
corefw.h
|
||||
|
||||
include ../buildsys.mk
|
||||
|
|
9
src/corefw.h
Normal file
9
src/corefw.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef __COREFW_H__
|
||||
#define __COREFW_H__
|
||||
|
||||
#include "cfwclass.h"
|
||||
#include "cfwobject.h"
|
||||
#include "cfwstring.h"
|
||||
#include "cfwarray.h"
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue