Differences From Artifact [1415e43b6a]:
- File src/exceptions/Makefile — part of check-in [b821df3a30] at 2020-08-31 21:33:32 on branch trunk — Rename project to ObjSQLite3 (user: js, size: 202) [annotate] [blame] [check-ins using]
To Artifact [289d424c28]:
- File src/exceptions/Makefile — part of check-in [26a83e91f0] at 2020-08-31 22:19:00 on branch trunk — Add SL3OpenFailedException (user: js, size: 237) [annotate] [blame] [check-ins using]
1 2 3 4 5 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} SRCS = SL3Exception.m \ SL3OpenFailedException.m INCLUDES = ${SRCS:.m=.h} include ../../buildsys.mk CPPFLAGS += -I. -I.. |