Differences From Artifact [598251ea9c]:
- File src/Makefile — part of check-in [e43ad662c9] at 2012-06-13 16:54:03 on branch trunk — Add double boxing. (user: js, size: 329) [annotate] [blame] [check-ins using]
To Artifact [0731aa76a3]:
- File src/Makefile — part of check-in [5797d09b5d] at 2012-06-13 17:01:39 on branch trunk — Add bool boxing. (user: js, size: 346) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ box.c \ class.c \ double.c \ int.c \ map.c \ object.c \ range.c \ | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ bool.c \ box.c \ class.c \ double.c \ int.c \ map.c \ object.c \ range.c \ |
︙ | ︙ |