Artifact fe020dcb1624fb99b109fa33a266f6dc1b15431691e67d3854e4cb9d44ddb269:
- File
src/runtime/Makefile
— part of check-in
[30bc1fb225]
at
2017-01-07 23:23:19
on branch trunk
— Override Clang's block declarations on Windows
This is necessary as Clang's implicit declarations for block-related
things are dllimport, while we need dllexport when compiling ObjFW
itself. (user: js, size: 680) [annotate] [blame] [check-ins using]
include ../../extra.mk SUBDIRS = lookup-asm STATIC_PIC_LIB_NOINST = ${RUNTIME_LIB_A} STATIC_LIB_NOINST = ${RUNTIME_A} SRCS = arc.m \ category.m \ class.m \ dtable.m \ exception.m \ hashtable.m \ init.m \ lookup.m \ misc.m \ property.m \ protocol.m \ selector.m \ sparsearray.m \ static-instances.m \ synchronized.m \ ${USE_SRCS_THREADS} SRCS_THREADS = threading.m INCLUDES = runtime.h OBJS_EXTRA = ${LOOKUP_ASM_LOOKUP_ASM_A} LIB_OBJS_EXTRA = ${LOOKUP_ASM_LOOKUP_ASM_LIB_A} include ../../buildsys.mk CPPFLAGS += -I. -I.. -I../.. -DOF_COMPILING_OBJFW