Differences From Artifact [54ff6397e1]:
- File src/exceptions/Makefile — part of check-in [561f525c55] at 2020-10-02 23:48:23 on branch trunk — Add buildsys (user: js, size: 180) [annotate] [blame] [check-ins using]
To Artifact [c62821a6f5]:
- File src/exceptions/Makefile — part of check-in [1e716c7f85] at 2020-10-03 14:23:04 on branch trunk — Add MTXRequest, MTXClient & support for logging in (user: js, size: 213) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} INCLUDES = ${SRCS:.m=.h} include ../../buildsys.mk CPPFLAGS += -I. -I.. | > | 1 2 3 4 5 6 7 8 9 10 11 12 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} SRCS = MTXLoginFailedException.m INCLUDES = ${SRCS:.m=.h} include ../../buildsys.mk CPPFLAGS += -I. -I.. |