dd13569254
This commit removes the gb_DotnetLibrary__ensure_absolute gbuild function that was breaking out-of-source directory builds. Code using that function was changed to accept already absolute paths as arguments. Change-Id: I6d9d3dac33e296cf0e69910f16564d822047857e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169353 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> |
||
---|---|---|
.. | ||
source/basetypes | ||
CustomTarget_net_oootypes.mk | ||
CustomTarget_net_uretypes.mk | ||
DotnetLibrary_net_basetypes.mk | ||
DotnetLibrary_net_oootypes.mk | ||
DotnetLibrary_net_uretypes.mk | ||
Makefile | ||
Module_net_ure.mk | ||
README.md |
.NET UNO Runtime Environment
Support assemblies and tools for the newer cross-platform .NET UNO binding.
Currently only contains code for the net_basetypes
assembly in the source/basetypes subdirectory, as well as Makefiles to build the net_uretypes
(for udkapi
) and net_oootypes
(for offapi
) assemblies, using netmaker
from the codemaker/ module