Differences From Artifact [8d60ec1024]:
- File src/runtime/linklib/Makefile — part of check-in [f56bb21f66] at 2022-12-16 20:27:14 on branch amiga-library — Pass ObjFWRTBase from the app to ObjFW .library (user: js size: 391)
To Artifact [84178f67b5]:
- File src/runtime/linklib/Makefile — part of check-in [97b1363b56] at 2025-04-21 19:15:35 on branch runtime-morphos-library — Fix linking against linklib (user: js size: 342) [more...]
1 2 3 | include ../../../extra.mk STATIC_LIB = libobjfwrt.library.a | < | 1 2 3 4 5 6 7 8 9 10 |
include ../../../extra.mk
STATIC_LIB = libobjfwrt.library.a
SRCS = init.m \
linklib.m
include ../../../buildsys.mk
CPPFLAGS += -I.. -I../.. -I../../.. \
-DOBJC_COMPILING_AMIGA_LINKLIB \
|
| ︙ | ︙ |