Differences From Artifact [a63d26e3c5]:
- File src/exceptions/Makefile — part of check-in [5e202503fc] at 2020-08-24 21:44:39 on branch trunk — Initial commit (user: js, size: 201) [annotate] [blame] [check-ins using]
To 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]
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 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} SRCS = SL3Exception.m INCLUDES = ${SRCS:.m=.h} include ../../buildsys.mk CPPFLAGS += -I. -I.. |