Differences From Artifact [f19191576a]:
- File
src/common/Makefile
— part of check-in
[baf52ea3b1]
at
2017-04-17 23:25:45
on branch trunk
— Add a proper build system
Also lowers the minimum required Qt version to 5.5. (user: js, size: 215) [annotate] [blame] [check-ins using]
To Artifact [aaebe78678]:
- File src/common/Makefile — part of check-in [142cffefb2] at 2017-07-23 12:15:23 on branch trunk — Adjust to ObjFW changes (user: js, size: 210) [annotate] [blame] [check-ins using]
1 2 3 4 5 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${COMMON_LIB_A} STATIC_LIB_NOINST = ${COMMON_A} | | | 1 2 3 4 5 6 7 8 9 10 11 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${COMMON_LIB_A} STATIC_LIB_NOINST = ${COMMON_A} SRCS = OFData+QByteArray.mm \ OFString+QString.mm include ../../buildsys.mk CPPFLAGS += -I. -I../QtCore |