Overview
Comment: | src/Makefile: Include ${LIBBASES_M}
This was accidentally dropped. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3e6d413c7bdd1ef1673b23320e18a53e |
User & Date: | js on 2024-04-14 11:52:31 |
Other Links: | manifest | tags |
Context
2024-04-14
| ||
12:20 | Break some long lines in Makefiles check-in: c9e223b837 user: js tags: trunk | |
11:52 | src/Makefile: Include ${LIBBASES_M} check-in: 3e6d413c7b user: js tags: trunk | |
11:51 | OFStream: Add missing newline in documentation check-in: 2d5166ab47 user: js tags: trunk | |
Changes
Modified src/Makefile from [2ac3433b66] to [6c32b29930].
︙ | ︙ | |||
221 222 223 224 225 226 227 228 229 230 231 232 233 234 | OFRangeCharacterSet.m \ OFSandbox.m \ OFStrFTime.m \ OFStrPTime.m \ OFSubarray.m \ OFSubdata.m \ OFUTF8String.m \ ${RUNTIME_ASSOCIATION_M} \ ${RUNTIME_AUTORELEASE_M} \ ${RUNTIME_INSTANCE_M} \ ${UNICODE_M} \ ${USE_SRCS_TAGGED_POINTERS} SRCS_FILES += OFFileIRIHandler.m SRCS_SOCKETS += OFAsyncIPSocketConnector.m \ | > | 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 | OFRangeCharacterSet.m \ OFSandbox.m \ OFStrFTime.m \ OFStrPTime.m \ OFSubarray.m \ OFSubdata.m \ OFUTF8String.m \ ${LIBBASES_M} \ ${RUNTIME_ASSOCIATION_M} \ ${RUNTIME_AUTORELEASE_M} \ ${RUNTIME_INSTANCE_M} \ ${UNICODE_M} \ ${USE_SRCS_TAGGED_POINTERS} SRCS_FILES += OFFileIRIHandler.m SRCS_SOCKETS += OFAsyncIPSocketConnector.m \ |
︙ | ︙ |