Differences From Artifact [dc27346920]:
- File
src/runtime/linklib/Makefile
— part of check-in
[eeba79d088]
at
2020-12-27 18:50:37
on branch trunk
— Add a generator for the linklib
This will eventually also generate the glue code and the function list
and make sfdc & cvinclude.pl entirely obsolete. It will also reduce the
maintenance burden because once everything is generated from
library.xml, there is a single file in which a function needs to be
added / changed instead of 5. (user: js, size: 320) [annotate] [blame] [check-ins using] [more...]
To Artifact [0b3e3bf11e]:
- File src/runtime/linklib/Makefile — part of check-in [cebf3184eb] at 2020-12-30 00:03:04 on branch amiga-library — Merge trunk into branch "amiga-library" (user: js, size: 305) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | include ../../../extra.mk STATIC_LIB = libobjfwrt.library.a SRCS = init.m \ linklib.m include ../../../buildsys.mk | | < | 1 2 3 4 5 6 7 8 9 10 11 12 | include ../../../extra.mk STATIC_LIB = libobjfwrt.library.a SRCS = init.m \ linklib.m include ../../../buildsys.mk CPPFLAGS += -I.. -I../.. -I../../.. \ -DOBJC_COMPILING_AMIGA_LINKLIB \ -DOBJFWRT_AMIGA_LIB=\"${OBJFWRT_AMIGA_LIB}\" \ -DOBJFWRT_LIB_MINOR=${OBJFWRT_LIB_MINOR} |