ObjFW  Diff

Differences From Artifact [87f2019e8e]:

  • File src/runtime/linklib/Makefile — part of check-in [1e70711672] at 2019-05-05 19:28:25 on branch trunk — Create separate Amiga libraries for OS3 & MorphOS Otherwise, it would be necessary to make unwinding work between 68k and PPC code, and would get even worse with OS4 support. This also includes using separate .sfd files. (user: js size: 308)

To Artifact [90ff5bb4a5]:

  • 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)

1
2
3
4
5
6
7
8
9
10
11
12
include ../../../extra.mk

STATIC_LIB = libobjfw_rt.library.a
SRCS = linklib.m

include ../../../buildsys.mk

CPPFLAGS += -I..  -I../..  -I../../..				\
	    -DOBJC_COMPILING_AMIGA_LINKLIB			\
	    -DOBJFW_RT_AMIGA_LIB=\"${OBJFW_RT_AMIGA_LIB}\"	\
	    -DOBJFW_RT_LIB_MINOR=${OBJFW_RT_LIB_MINOR}
LD = ${OBJC}


|






|
|

1
2
3
4
5
6
7
8
9
10
11
12
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}