Overview
Comment: | Add missing LD = ${OBJC} to two Makefiles. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4b763dd49a01f5c25cd085343ef486f9 |
User & Date: | js on 2009-12-01 13:27:24 |
Other Links: | manifest | tags |
Context
2009-12-01
| ||
13:28 | Adjust OFObject test to recent change to -[freeMemory:]. check-in: 5b8ab2c427 user: js tags: trunk | |
13:27 | Add missing LD = ${OBJC} to two Makefiles. check-in: 4b763dd49a user: js tags: trunk | |
13:17 | Use OF_BSWAP32_NONCONST instead of OF_BSWAP32 in OF_BSWAP64_NONCONST. check-in: d60757d3a0 user: js tags: trunk | |
Changes
Modified tests/Makefile from [f1f9fb013c] to [57486b04f8].
︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 | + | ssh ${IPHONE_USER}@${IPHONE_HOST} \ 'cd ${IPHONE_TMP} && ldid -S tests && ./tests' include ../buildsys.mk CPPFLAGS += -I../src -I.. -DSTDOUT LIBS := -L../src -lobjfw ${LIBS} LD = ${OBJC} |
Modified tests/plugin/Makefile from [e989e12b45] to [5683ac2896].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 | + | PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX} SRCS = TestPlugin.m include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} -I../.. -I../../src OBJCFLAGS += ${PLUGIN_CFLAGS} LIBS := -L../../src -lobjfw ${LIBS} LD = ${OBJC} |