ObjFW  Diff

Differences From Artifact [d05485b022]:

To Artifact [269300e669]:


201
202
203
204
205
206
207
208
209
210
211


		 ${FORWARDING_FORWARDING_LIB_A}	\
		 ${INVOCATION_INVOCATION_LIB_A}

include ../buildsys.mk

CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}
LIBS += -Lruntime ${RUNTIME_LIBS} ${REEXPORT_RUNTIME}
FRAMEWORK_LIBS += -Fruntime			\
		  ${RUNTIME_FRAMEWORK_LIBS}	\
		  ${REEXPORT_RUNTIME_FRAMEWORK}









<
|
|
|
>
>
201
202
203
204
205
206
207

208
209
210
211
212
		 ${FORWARDING_FORWARDING_LIB_A}	\
		 ${INVOCATION_INVOCATION_LIB_A}

include ../buildsys.mk

CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}

FRAMEWORK_LIBS := -Fruntime				\
		  ${RUNTIME_FRAMEWORK_LIBS}		\
		  ${REEXPORT_RUNTIME_FRAMEWORK}		\
		  ${LIBS}
LIBS := -Lruntime ${RUNTIME_LIBS} ${REEXPORT_RUNTIME} ${LIBS}