Differences From Artifact [7281a8448b]:
- File src/Makefile — part of check-in [e6664d7c7a] at 2012-04-08 20:53:03 on branch trunk — Remove cfw prefix from files. (user: js, size: 250) [annotate] [blame] [check-ins using]
To Artifact [af64497e3d]:
- File src/Makefile — part of check-in [83b94fbdaf] at 2012-04-08 21:08:36 on branch trunk — Don't always build a static lib. (user: js, size: 225) [annotate] [blame] [check-ins using]
1 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} | < | 1 2 3 4 5 6 7 8 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ class.c \ object.c \ range.c \ |
︙ | ︙ |