ObjFW  Check-in [865dd4849f]

Overview
Comment:Add ${LIB_CPPFLAGS}.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 865dd4849fe405ad537cf48f019c3cea585c100f5e83128804d1670b564232e6
User & Date: js on 2010-03-25 15:40:32
Other Links: manifest | tags
Context
2010-04-01
22:18
Merge to fix wrong parent. check-in: ab2f572dd8 user: js tags: trunk
2010-03-25
15:40
Add ${LIB_CPPFLAGS}. check-in: 865dd4849f user: js tags: trunk
2010-03-19
22:05
Better values for OFMutableDictionary resizing. check-in: 6c93ca551a user: js tags: trunk
Changes

Modified src/Makefile from [a3554db11b] to [e3b387ddcd].

42
43
44
45
46
47
48
49

50
51
42
43
44
45
46
47
48

49
50
51







-
+


	iso_8859_15.m		\
	windows_1252.m		\
	${OBJC_PROPERTIES_M}	\
	${OBJC_SYNC_M}

include ../buildsys.mk

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