Files
core/solenv/gbuild
Andras Timar 29a2359c5b add OGLTrans target conditionally
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>
2025-07-22 08:32:27 +02:00
..
2025-07-17 07:44:43 +02:00

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.