ObjFW  Check-in [25d8c4c030]

Overview
Comment:Fix one more missing LD = ${OBJC}.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 25d8c4c0308d8cc1e10a71a11985c32b3a3009530d177c48abeef85abf8903a7
User & Date: js on 2009-12-02 09:45:25
Other Links: manifest | tags
Context
2009-12-02
20:02
Introduce some consistency when to use OFObject* and when to use id. check-in: c7ab3a46d1 user: js tags: trunk
09:45
Fix one more missing LD = ${OBJC}. check-in: 25d8c4c030 user: js tags: trunk
09:38
Add -[addObject:atIndex:] to OFArray. check-in: 806b5b24db user: js tags: trunk
Changes

Modified generators/Makefile from [d66cc078f4] to [4359c1183e].

30
31
32
33
34
35
36

CaseFolding.txt:
	wget http://www.unicode.org/Public/UNIDATA/CaseFolding.txt

include ../buildsys.mk

CPPFLAGS += -I../src -I..
LIBS := -L../src -lobjfw ${LIBS}








>
30
31
32
33
34
35
36
37
CaseFolding.txt:
	wget http://www.unicode.org/Public/UNIDATA/CaseFolding.txt

include ../buildsys.mk

CPPFLAGS += -I../src -I..
LIBS := -L../src -lobjfw ${LIBS}
LD = ${OBJC}