Differences From 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]
To Artifact [87c2bc0720]:
- File src/common/Makefile — part of check-in [b93e396b34] at 2018-03-10 23:18:27 on branch trunk — Add OFColor+QColor (user: js, size: 237) [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 12 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${COMMON_LIB_A} STATIC_LIB_NOINST = ${COMMON_A} SRCS = OFColor+QColor.mm \ OFData+QByteArray.mm \ OFString+QString.mm include ../../buildsys.mk CPPFLAGS += -I. -I../QtCore |