Differences From Artifact [ebb3ee352e]:
- File src/runtime/linklib/Makefile — part of check-in [fa90c6cb2c] at 2020-06-07 21:32:55 on branch amiga-library — Clean up a little (user: js, size: 301) [annotate] [blame] [check-ins using]
To Artifact [498c4a2c2e]:
- File
src/runtime/linklib/Makefile
— part of check-in
[8963dd5a1e]
at
2020-06-20 16:28:31
on branch amiga-library
— Add linklib
No methods in the linklib yet. (user: js, size: 288) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | include ../../../extra.mk STATIC_LIB = libobjfwrt.library.a SRCS = 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} | < | 1 2 3 4 5 6 7 8 9 10 11 | include ../../../extra.mk STATIC_LIB = libobjfwrt.library.a SRCS = 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} |