Differences From Artifact [c4471397ec]:
- File
utils/objfw-new/Makefile
— part of check-in
[1ad52a2f2c]
at
2022-08-07 20:46:51
on branch trunk
— Rewrite objfw-new in ObjC
This offers more flexibility in the future, e.g. to generate classes
with properties. (user: js, size: 451) [annotate] [blame] [check-ins using]
To Artifact [fe068759c6]:
- File utils/objfw-new/Makefile — part of check-in [759d73547f] at 2022-08-07 23:49:03 on branch trunk — objfw-new: Add initial support for properties (user: js, size: 471) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | include ../../extra.mk PROG = objfw-new${PROG_SUFFIX} SRCS = NewApp.m \ NewClass.m \ | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | include ../../extra.mk PROG = objfw-new${PROG_SUFFIX} SRCS = NewApp.m \ NewClass.m \ ObjFWNew.m \ Property.m include ../../buildsys.mk ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ |
︙ | ︙ |