Artifact 90ff5bb4a5c4bd6181f3373a0172e37a3370adf421a29e11228909ce4033bc60:
- File
src/runtime/linklib/Makefile
— part of check-in
[79fe29dbf4]
at
2019-06-17 00:38:44
on branch trunk
— Remove underscores from library & framework names
This is more compatible with the various conventions used on various
systems. (user: js, size: 303) [annotate] [blame] [check-ins using]
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}
LD = ${OBJC}