Differences From Artifact [a0ae7ee314]:
- File src/Makefile — part of check-in [0890f73f75] at 2010-04-09 15:12:58 on branch trunk — Add OFSeekableStream and implement seeking for OFFile. (user: js, size: 1108) [annotate] [blame] [check-ins using]
To Artifact [a2fadbd234]:
- File src/Makefile — part of check-in [f45026a5f9] at 2010-05-09 14:39:02 on branch trunk — Rename OFHashes to OFHash. (user: js, size: 1138) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + |
OFArray.m \
OFAutoreleasePool.m \
OFConstString.m \
OFDataArray.m \
OFDictionary.m \
OFExceptions.m \
OFFile.m \
|
| ︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 | + |
${OBJC_SYNC_M}
include ../buildsys.mk
CPPFLAGS += -I.. ${LIB_CPPFLAGS}
OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}
LDFLAGS += ${REEXPORT_LIBOBJC}
|