ObjFW  Check-in [7b1079712b]

Overview
Comment:Remove now unnecessary CFLAGS from Makefile.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7b1079712ba505c104d4558165ef16576c09feaa33aac7ed991756363cf865f1
User & Date: js on 2009-11-18 23:11:48
Other Links: manifest | tags
Context
2009-11-19
15:41
Add -[removeItemAtIndex:] and -[removeNItems:atIndex:] to OFDataArray. check-in: 24928c1da1 user: js tags: trunk
2009-11-18
23:11
Remove now unnecessary CFLAGS from Makefile. check-in: 7b1079712b user: js tags: trunk
2009-11-15
14:25
Get rid of 3 more FIXMEs. check-in: 51833ec7a7 user: js tags: trunk
Changes

Modified src/Makefile from [c2ce577eff] to [27ef99309a].

40
41
42
43
44
45
46
47
48
49
	${ASPRINTF_M}	\
	iso_8859_15.m	\
	windows_1252.m

include ../buildsys.mk

CPPFLAGS += -I..
CFLAGS += ${LIB_CFLAGS}
OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}







<


40
41
42
43
44
45
46

47
48
	${ASPRINTF_M}	\
	iso_8859_15.m	\
	windows_1252.m

include ../buildsys.mk

CPPFLAGS += -I..

OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}