e597e712b6
This commit adds the netmaker executable to the codemaker/ module, to generate C# code from UNOIDL specifications. Also adds some Makefiles in the net_ure/ directory to generate code for udkapi and offapi, to build the net_uretypes and net_oootypes assemblies. Change-Id: Ifb61fe6a0f8f594eaa6ff95b025ba57f247b0d4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168710 Tested-by: Jenkins Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org> |
||
---|---|---|
.. | ||
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