Overview
Comment: | src/Makefile: Indentation fix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 1.0 |
Files: | files | file ages | folders |
SHA3-256: |
b87baa7fd677f0eef84770a852955a47 |
User & Date: | js on 2021-03-08 00:07:49 |
Other Links: | branch diff | manifest | tags |
Context
2021-04-08
| ||
17:27 | src/Makefile: Indentation fix check-in: bc662af57b user: js tags: trunk | |
2021-03-30
| ||
21:23 | Merge trunk into 1.0 branch check-in: 564d6d6b6f user: js tags: 1.0 | |
2021-03-08
| ||
00:07 | src/Makefile: Indentation fix check-in: b87baa7fd6 user: js tags: 1.0 | |
2020-12-22
| ||
20:19 | Merge trunk into 1.0 branch check-in: 62edb405b9 user: js tags: 1.0 | |
Changes
Modified src/Makefile from [d77caca841] to [f61fcb5392].
︙ | ︙ | |||
191 192 193 194 195 196 197 | OFMutableUTF8String.m \ OFNonretainedObjectValue.m \ OFPointValue.m \ OFPointerValue.m \ OFRangeCharacterSet.m \ OFRangeValue.m \ OFRectangleValue.m \ | | | 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | OFMutableUTF8String.m \ OFNonretainedObjectValue.m \ OFPointValue.m \ OFPointerValue.m \ OFRangeCharacterSet.m \ OFRangeValue.m \ OFRectangleValue.m \ OFSandbox.m \ OFSubarray.m \ OFUTF8String.m \ ${LIBBASES_M} \ ${RUNTIME_AUTORELEASE_M} \ ${RUNTIME_INSTANCE_M} SRCS_FILES += OFFileURLHandler.m \ OFINIFileSettings.m |
︙ | ︙ |