Overview
Comment: | Create baserel linklibs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | amiga-library |
Files: | files | file ages | folders |
SHA3-256: |
8329607f4e2f2bff7de20cc565cb099f |
User & Date: | js on 2022-12-12 15:06:14 |
Other Links: | branch diff | manifest | tags |
Context
2022-12-16
| ||
18:51 | Copy Amiga .library instead of symlinking it check-in: 2ce550435b user: js tags: amiga-library | |
2022-12-12
| ||
15:06 | Create baserel linklibs check-in: 8329607f4e user: js tags: amiga-library | |
2022-11-17
| ||
17:30 | src/amiga-library.xml: Fix typo check-in: 333dd5d0ca user: js tags: amiga-library | |
Changes
Modified src/Makefile from [a0b03aee2a] to [3a642b130e].
︙ | ︙ | |||
255 256 257 258 259 260 261 262 | -DOBJFW_LIB_MINOR=${OBJFW_LIB_MINOR} AMIGA_LIB_CFLAGS += -DOF_COMPILING_AMIGA_LIBRARY LD = ${OBJC} FRAMEWORK_LIBS := -Fruntime \ ${RUNTIME_FRAMEWORK_LIBS} \ ${REEXPORT_RUNTIME_FRAMEWORK} \ ${LIBS} LIBS := -Lruntime -Lruntime/linklib ${RUNTIME_LIBS} ${REEXPORT_RUNTIME} ${LIBS} | > < | 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | -DOBJFW_LIB_MINOR=${OBJFW_LIB_MINOR} AMIGA_LIB_CFLAGS += -DOF_COMPILING_AMIGA_LIBRARY LD = ${OBJC} FRAMEWORK_LIBS := -Fruntime \ ${RUNTIME_FRAMEWORK_LIBS} \ ${REEXPORT_RUNTIME_FRAMEWORK} \ ${LIBS} AMIGA_LIB_LIBS := -Lruntime -Lruntime/linklib -lobjfwrt.library.amigalib ${LIBS} LIBS := -Lruntime -Lruntime/linklib ${RUNTIME_LIBS} ${REEXPORT_RUNTIME} ${LIBS} RCFLAGS = --use-temp-file \ -DOBJFW_LIB_MAJOR=${OBJFW_LIB_MAJOR} \ -DOBJFW_LIB_MINOR=${OBJFW_LIB_MINOR} \ -DOBJFW_LIB_VERSION=\"${OBJFW_LIB_MAJOR}.${OBJFW_LIB_MINOR}\" \ -DOBJFW_SHARED_LIB=\"${OBJFW_SHARED_LIB}\" |
Modified src/linklib/Makefile from [09b220af0c] to [e3799cef78].
1 2 3 4 5 6 7 8 9 10 | include ../../extra.mk STATIC_LIB = libobjfw.library.a SRCS = init.m \ linklib.m include ../../buildsys.mk CPPFLAGS += -I.. -I../.. -I../exceptions -I../runtime \ -DOBJFW_AMIGA_LIB=\"${OBJFW_AMIGA_LIB}\" \ | > | 1 2 3 4 5 6 7 8 9 10 11 | include ../../extra.mk STATIC_LIB = libobjfw.library.a STATIC_AMIGA_LIB = libobjfw.library.amigalib.a SRCS = init.m \ linklib.m include ../../buildsys.mk CPPFLAGS += -I.. -I../.. -I../exceptions -I../runtime \ -DOBJFW_AMIGA_LIB=\"${OBJFW_AMIGA_LIB}\" \ |
︙ | ︙ |
Modified src/runtime/linklib/Makefile from [0b3e3bf11e] to [f3f7c9cd54].
1 2 3 4 5 6 7 8 9 10 | include ../../../extra.mk STATIC_LIB = libobjfwrt.library.a SRCS = init.m \ linklib.m include ../../../buildsys.mk CPPFLAGS += -I.. -I../.. -I../../.. \ -DOBJC_COMPILING_AMIGA_LINKLIB \ | > | 1 2 3 4 5 6 7 8 9 10 11 | include ../../../extra.mk STATIC_LIB = libobjfwrt.library.a STATIC_AMIGA_LIB = libobjfwrt.library.amigalib.a SRCS = init.m \ linklib.m include ../../../buildsys.mk CPPFLAGS += -I.. -I../.. -I../../.. \ -DOBJC_COMPILING_AMIGA_LINKLIB \ |
︙ | ︙ |