Don't use rpath on Windows Windows does not support rpath, and while GNU ld...
Don't use rpath on Windows Windows does not support rpath, and while GNU ld just ignores it, lld fails with the flag. (tags: trunk)
View ArticleDon't create implib for DLLs It is possible to directly link against the DLL,...
Don't create implib for DLLs It is possible to directly link against the DLL, which is faster. (tags: trunk)
View ArticleFix buildsys.m4 with autoconf 2.61 (tags: trunk)
Fix buildsys.m4 with autoconf 2.61 (tags: trunk)
View ArticleFix uninstalling DLLs on Windows (tags: trunk)
Fix uninstalling DLLs on Windows (tags: trunk)
View ArticleDelete .dll.a before symlinking it (tags: trunk)
Delete .dll.a before symlinking it (tags: trunk)
View ArticleRename WINDRES to RC and use RCFLAGS (tags: trunk)
Rename WINDRES to RC and use RCFLAGS (tags: trunk)
View ArticleRun uninstall-extra at the end of uninstall (tags: trunk)
Run uninstall-extra at the end of uninstall (tags: trunk)
View ArticleUpdate copyright on a missed file (tags: trunk)
Update copyright on a missed file (tags: trunk)
View ArticleMake sure .frameworks are correctly versioned (tags: trunk)
Make sure .frameworks are correctly versioned (tags: trunk)
View ArticleCreate Current symlink for .frameworks (tags: trunk)
Create Current symlink for .frameworks (tags: trunk)
View ArticleMake sure to always use ${MAKE} Invoking gmake via ${MAKE_S} rather than...
Make sure to always use ${MAKE} Invoking gmake via ${MAKE_S} rather than ${MAKE} breaks parallel builds. (tags: trunk)
View ArticleAdd LIB_PATCH to set patch level of a library (tags: trunk)
Add LIB_PATCH to set patch level of a library (tags: trunk)
View ArticlePut Info.plist into Resources of .framework (tags: trunk)
Put Info.plist into Resources of .framework (tags: trunk)
View ArticleRemove --timestamp=none from codesign for plugins This was overlooked when...
Remove --timestamp=none from codesign for plugins This was overlooked when removing --timestamp=none. (tags: trunk)
View ArticleCreate .frameworks for macOS and iOS differently (tags: trunk)
Create .frameworks for macOS and iOS differently (tags: trunk)
View Article