office-gobmx/net_ure
RMZeroFour e597e712b6 .NET Bindings: Add netmaker (.NET codemaker)
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>
2024-06-19 09:34:45 +02:00
..
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