mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-22 01:09:00 +00:00

without this patch the build breaks when --enable-mpl-subset and --enable-mergelibs=more are passed to autogen.sh. *** used LinkTarget Library/libOGLTranslo.dylib not defined. Stop. Change-Id: I610055da46fd1002e9b8d70a7db8964a0f9ad0db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188131 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
GBuild is a set of makefile macros built on top of gmake that attempts to simplify LibreOffice development. See https://wiki.documentfoundation.org/Development/Build_System for online build-system documentation. See https://web.archive.org/web/20130911015536/http://wiki.openoffice.org/wiki/Build_Environment_Effort/Module_Migration for an archived overview of the new build system. See ./solenv/doc/gbuild for a commented class/API hierarchy of gbuild written in C++ syntax. It was not intended for any use beyond to generate nicelooking docs with the doxygen doxygen documentation generator from it. It likely is quite outdated these days.