Overview
Comment: | Add corefw.h. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
23d36a4cfeacece3382438ceb9d7dedc |
User & Date: | js on 2012-04-08 19:12:05 |
Other Links: | manifest | tags |
Context
2012-04-08
| ||
19:16 | Add -Wall. check-in: 5bb3f2db02 user: js tags: trunk | |
19:12 | Add corefw.h. check-in: 23d36a4cfe user: js tags: trunk | |
19:06 | clsptr -> cls. check-in: 1fd9e16f18 user: js tags: trunk | |
Changes
Modified src/Makefile from [f5621bb8a9] to [b3d23c0239].
1 2 3 4 5 6 7 8 9 10 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwclass.c \ cfwobject.c \ cfwstring.c | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwclass.c \ cfwobject.c \ cfwstring.c INCLUDES = ${SRCS:.c=.h} \ corefw.h include ../buildsys.mk |
Added src/corefw.h version [0906279c82].