ObjFW  Check-in [3b8e28c328]

Overview
Comment:objfw-new: Link against Amiga .library
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | amiga-library
Files: files | file ages | folders
SHA3-256: 3b8e28c328bdb192c6eebe2dac95a2f91d3472f0066332d468897eec1f0e7985
User & Date: js on 2022-11-17 13:57:11
Other Links: branch diff | manifest | tags
Context
2022-11-17
14:14
Merge trunk into branch "amiga-library" check-in: 67e0064cb0 user: js tags: amiga-library
13:57
objfw-new: Link against Amiga .library check-in: 3b8e28c328 user: js tags: amiga-library
2022-11-16
01:31
Merge trunk into branch "amiga-library" check-in: 3c13b15751 user: js tags: amiga-library
Changes

Modified utils/objfw-new/Makefile from [fe068759c6] to [17ea65ebac].

10
11
12
13
14
15
16
17
18
19
20
21

${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2}

CPPFLAGS += -I../../src					\
	    -I../../src/runtime				\
	    -I../../src/exceptions			\
	    -I../..
LIBS := -L../../src -lobjfw						\
	-L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS}	\
	${LIBS}
LD = ${OBJC}
LDFLAGS += ${LDFLAGS_RPATH}







|




10
11
12
13
14
15
16
17
18
19
20
21

${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2}

CPPFLAGS += -I../../src					\
	    -I../../src/runtime				\
	    -I../../src/exceptions			\
	    -I../..
LIBS := -L../../src  -L../../src/linklib ${OBJFW_LIBS}			\
	-L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS}	\
	${LIBS}
LD = ${OBJC}
LDFLAGS += ${LDFLAGS_RPATH}