office-gobmx/net_ure
RMZeroFour dd13569254 .NET Bindings: Remove absolute path check in DotnetLibrary
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>
2024-06-27 18:18:49 +02:00
..
source/basetypes
CustomTarget_net_oootypes.mk
CustomTarget_net_uretypes.mk
DotnetLibrary_net_basetypes.mk .NET Bindings: Remove absolute path check in DotnetLibrary 2024-06-27 18:18:49 +02:00
DotnetLibrary_net_oootypes.mk .NET Bindings: Remove absolute path check in DotnetLibrary 2024-06-27 18:18:49 +02:00
DotnetLibrary_net_uretypes.mk .NET Bindings: Remove absolute path check in DotnetLibrary 2024-06-27 18:18:49 +02:00
Makefile
Module_net_ure.mk align conditional re dotnet/netmaker - only use in --enable-odk case 2024-06-25 15:07:15 +02:00
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