virtualx-engine/modules/mono
Ignacio Etcheverry b032738a51 Add some mono root dir hints to the build script
This enhancement is specially noticeable in OSX, since it includes Mono's install location (both official and homebrew). This makes it possible to build Godot with Mono on OSX without pkg-config (pkg-config is bundled with Mono, but it's not added to PATH, so finding it would require finding the Mono root directory first).
2018-09-17 19:34:35 +02:00
..
doc_classes doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
editor Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
glue [Mono] implement Transform.InterpolateWith() 2018-09-15 13:08:21 +08:00
mono_gd Rename slave keyword to puppet 2018-09-15 00:06:03 +02:00
utils Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
config.py Add some mono root dir hints to the build script 2018-09-17 19:34:35 +02:00
csharp_script.cpp Clearly deprecate sync too in favor of remotesync. 2018-09-15 00:06:03 +02:00
csharp_script.h Mono: Fix build regression due to wrong return type 2018-09-12 21:08:18 +02:00
godotsharp_defs.h Added Collections namespace to Array & Dictionary 2018-08-25 17:19:37 -05:00
godotsharp_dirs.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
godotsharp_dirs.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mono_gc_handle.cpp Fix/workaround for issue #21667 2018-09-12 03:24:08 +02:00
mono_gc_handle.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mono_reg_utils.py convert unicode mono root path to ascii string 2018-06-30 08:58:41 +08:00
register_types.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files 2018-09-12 22:03:36 +02:00
signal_awaiter_utils.cpp Fix/workaround for issue #21667 2018-09-12 03:24:08 +02:00
signal_awaiter_utils.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
tls_configure.py Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00