Overview
Comment: | Don't install unicode.h |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1fd60c02eac61273f72044010bb9ac9d |
User & Date: | js on 2021-04-29 22:21:06 |
Other Links: | manifest | tags |
Context
2021-04-29
| ||
22:56 | Fix Doxygen warnings check-in: 5e985aa805 user: js tags: trunk | |
22:21 | Don't install unicode.h check-in: 1fd60c02ea user: js tags: trunk | |
2021-04-28
| ||
21:31 | README.md: Update iOS instructions check-in: d89535d740 user: js tags: trunk | |
Changes
Modified src/Makefile from [fd93e350db] to [9ab2936435].
︙ | ︙ | |||
106 107 108 109 110 111 112 | OFXMLElement+Serialization.m \ OFXMLElementBuilder.m \ OFXMLNode.m \ OFXMLParser.m \ OFXMLProcessingInstruction.m \ OFZIPArchive.m \ OFZIPArchiveEntry.m \ | < | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | OFXMLElement+Serialization.m \ OFXMLElementBuilder.m \ OFXMLNode.m \ OFXMLParser.m \ OFXMLProcessingInstruction.m \ OFZIPArchive.m \ OFZIPArchiveEntry.m \ ${USE_SRCS_FILES} \ ${USE_SRCS_PLUGINS} \ ${USE_SRCS_SOCKETS} \ ${USE_SRCS_THREADS} \ ${USE_SRCS_WINDOWS} SRCS_FILES = OFFile.m \ OFINICategory.m \ |
︙ | ︙ | |||
196 197 198 199 200 201 202 | OFRectValue.m \ OFSandbox.m \ OFSizeValue.m \ OFSubarray.m \ OFUTF8String.m \ ${LIBBASES_M} \ ${RUNTIME_AUTORELEASE_M} \ | | > | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | OFRectValue.m \ OFSandbox.m \ OFSizeValue.m \ OFSubarray.m \ OFUTF8String.m \ ${LIBBASES_M} \ ${RUNTIME_AUTORELEASE_M} \ ${RUNTIME_INSTANCE_M} \ ${UNICODE_M} SRCS_FILES += OFFileURLHandler.m \ OFINIFileSettings.m SRCS_SOCKETS += OFDNSResolverSettings.m \ OFHTTPURLHandler.m \ OFHostAddressResolver.m \ OFIPSocketAsyncConnector.m \ OFKernelEventObserver.m \ |
︙ | ︙ |