Differences From Artifact [8e5700e68b]:
- File src/exceptions/Makefile — part of check-in [c29845b7b8] at 2020-10-03 16:21:34 on branch trunk — MTXClient: Add support for logging out (user: js, size: 249) [annotate] [blame] [check-ins using]
To Artifact [390f755e9e]:
- File src/exceptions/Makefile — part of check-in [092c122c69] at 2020-10-03 17:08:07 on branch trunk — Add support for fetching room list (user: js, size: 325) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + - + | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} SRCS = MTXClientException.m \ MTXFetchRoomListFailedException.m \ |