Differences From Artifact [48b5473164]:
- File src/Makefile — part of check-in [e21a39f7dc] at 2012-09-29 22:10:17 on branch trunk — Add stream. (user: js, size: 365) [annotate] [blame] [check-ins using]
To Artifact [192d327027]:
- File src/Makefile — part of check-in [95197cb01a] at 2012-09-29 22:12:10 on branch trunk — Add file. (user: js, size: 382) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 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 \ refpool.c \ stream.c \ string.c | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ bool.c \ box.c \ class.c \ double.c \ file.c \ int.c \ map.c \ object.c \ range.c \ refpool.c \ stream.c \ string.c |
︙ | ︙ |