virtualx-engine/modules/mono
Ignacio Etcheverry 9f469887fc Buildsystem improvements for the Mono module
- Make sure to search the mono installation directory for the right architecture in the windows registry.
- Do not build GodotSharpTools directly to #bin dir. Instead build to the default output path and copy it. This way we avoid MSBuild adding files we don't want to #bin.
- Add hint path for MSBuild in OSX.
- Copy shared library on Unix if not statically linking.
- Use vswhere to search MSBuild and search for 14.0 tools version in the registry instead of 4.0.
- SCons will only fallback xbuild when msbuild is not found if 'xbuild_fallback=yes' is passed to the command.
- Use mono's assembly path as FrameworkPathOverride if using with system's MSBuild (not mono's fork).
- Cleanup.
2017-10-29 04:26:13 +01:00
..
doc_classes Added mono module 2017-10-03 00:01:26 +02:00
editor Buildsystem improvements for the Mono module 2017-10-29 04:26:13 +01:00
glue Export attribute fixes and improvements 2017-10-17 14:42:13 +02:00
mono_gd Mono: Prevent raising exceptions in native code 2017-10-23 00:35:14 +02:00
utils Improve signature of signal target generated function 2017-10-16 04:19:36 +02:00
config.py Buildsystem improvements for the Mono module 2017-10-29 04:26:13 +01:00
csharp_script.cpp Add _process(delta) to new script templates. Closes #11994. 2017-10-22 21:07:34 +02:00
csharp_script.h Re-write SignalAwaiter implementation 2017-10-16 03:54:23 +02:00
godotsharp_defs.h Added mono module 2017-10-03 00:01:26 +02:00
godotsharp_dirs.cpp Take self-contained mode into consideration 2017-10-17 11:36:19 +02:00
godotsharp_dirs.h Added mono module 2017-10-03 00:01:26 +02:00
mono_gc_handle.cpp Added mono module 2017-10-03 00:01:26 +02:00
mono_gc_handle.h Added mono module 2017-10-03 00:01:26 +02:00
mono_reg_utils.py Buildsystem improvements for the Mono module 2017-10-29 04:26:13 +01:00
register_types.cpp Adds 'exposed' field to ClassInfo 2017-10-09 23:49:17 +02:00
register_types.h Added mono module 2017-10-03 00:01:26 +02:00
SCsub Buildsystem improvements for the Mono module 2017-10-29 04:26:13 +01:00
signal_awaiter_utils.cpp Mono: Fix build with tools=no or target=release 2017-10-18 08:27:18 +02:00
signal_awaiter_utils.h Re-write SignalAwaiter implementation 2017-10-16 03:54:23 +02:00