ObjFW  Check-in [17d22b68c4]

Overview
Comment:Bridge: Remove flat namespace & undefined suppress
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 17d22b68c46ba296f1be9d123b17b39548db585e8dd23df054bf273dcb73bb67
User & Date: js on 2016-10-08 15:58:03
Other Links: manifest | tags
Context
2016-10-08
15:58
Fix a few headers being public by mistake check-in: 3002655386 user: js tags: trunk
15:58
Bridge: Remove flat namespace & undefined suppress check-in: 17d22b68c4 user: js tags: trunk
15:58
Enable plugins for iOS check-in: 075e0253c3 user: js tags: trunk
Changes

Modified src/bridge/Makefile from [6a60540632] to [084d3501d7].

25
26
27
28
29
30
31
32
33

includesubdir = ObjFW-Bridge

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../.. -I../exceptions -DOF_BRIDGE_LOCAL_INCLUDES
LD = ${OBJC}
LDFLAGS += -Wl,-flat_namespace,-undefined,suppress
LIBS = -L.. -lobjfw -framework Foundation







<

25
26
27
28
29
30
31

32

includesubdir = ObjFW-Bridge

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../.. -I../exceptions -DOF_BRIDGE_LOCAL_INCLUDES
LD = ${OBJC}

LIBS = -L.. -lobjfw -framework Foundation