ObjFW  Check-in [08e3f30363]

Overview
Comment:D'oh, wrong variable(s).
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 08e3f303639ab162e7f753fc5af615d6bafb32b2f563e256a9e6cec9ebc9da6f
User & Date: js on 2008-09-14 17:50:54
Other Links: manifest | tags
Context
2008-09-14
17:59
Fix missing terminating char and glibc bug. check-in: 1c2e0d4711 user: js tags: trunk
17:50
D'oh, wrong variable(s). check-in: 08e3f30363 user: js tags: trunk
17:42
Make the OBJCFLAGS we use everywhere global. check-in: c447bc64a6 user: js tags: trunk
Changes

Modified src/Makefile from [c6e445cb42] to [91906e0bb6].

18
19
20
21
22
23
24
25
26

27
	   OFListObject.h	\
	   OFObject.h		\
	   OFString.h		\
	   OFWideString.h

include ../buildsys.mk

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

LIBS += -lobjc







|

>

18
19
20
21
22
23
24
25
26
27
28
	   OFListObject.h	\
	   OFObject.h		\
	   OFString.h		\
	   OFWideString.h

include ../buildsys.mk

OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}
LDFLAGS += ${LIB_LDFLAGS}
LIBS += -lobjc