diff options
author | RMZeroFour <ritobroto04@gmail.com> | 2024-05-30 14:28:57 +0530 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2024-06-12 18:48:07 +0200 |
commit | 6538b3b09cf5a3c8fc6d9882dc817afd59c3599c (patch) | |
tree | 76f701da18be68bb2ef3f0b8e4199788300df1eb /solenv/gbuild/gbuild.mk | |
parent | 5ad110499343d2ec0469e605168c1c1cd129d0e7 (diff) |
.NET Bindings: Add DotnetLibrary class to gbuild
This commit adds the DotnetLibrary gbuild class to build a .NET assembly
using the .NET SDK.
Also adds an option to enable or disable building .NET components with
--enable-dotnet (default) and --disable-dotnet to the autogen script.
Also adds a net_ure/ directory for the updated .NET bindings, currently
consisting of the net_basetypes library.
Change-Id: I9256387a2463ff8476deee85d886c6b3dce8257b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166380
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index ab6132e3b5d2..30f2fbe3b21e 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -331,6 +331,7 @@ include $(foreach class, \ CliLibrary \ CliNativeLibrary \ CliUnoApi \ + DotnetLibrary \ Zip \ AllLangPackage \ Configuration \ |