Differences From Artifact [4ea263de35]:
- File
buildsys.mk.in
— part of check-in
[66a1703bc1]
at
2020-06-06 22:34:06
on branch trunk
— Add STATIC_AMIGA_LIB
This allows building static libraries in subdirectories that then get
linked into the final Amiga .library. (user: js, size: 27072) [annotate] [blame] [check-ins using]
To Artifact [0dd86557eb]:
- File
buildsys.mk.in
— part of check-in
[f123f063df]
at
2020-09-27 03:36:15
on branch trunk
— Don't use --timestamp=none with codesign
It is unsupported on macOS 10.5. (user: js, size: 27055) [annotate] [blame] [check-ins using]
︙ | |||
187 188 189 190 191 192 193 | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | - + | else \ ${LINK_FAILED}; \ fi ${FRAMEWORK} ${FRAMEWORK_NOINST}: ${EXT_DEPS} ${LIB_OBJS} ${LIB_OBJS_EXTRA} ${LINK_STATUS} out="$@"; \ |
︙ |