godot/modules
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
..
dds Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
enet Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
etc Use BoolVariable for module options. 2017-09-25 14:36:30 -04:00
freetype Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
gdnative Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
gdscript fix editor crash when missing variable in pattern match dispatch 2017-10-24 13:07:21 +08:00
gridmap classref: Sync with current source 2017-10-21 12:04:36 +02:00
hdr Cleanup unnecessary debug prints 2017-10-21 20:41:07 +02:00
jpg Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mobile_vr Fix compilation on Visual Studio 2013 (#10219). 2017-10-20 12:55:22 +02:00
mono Buildsystem improvements for the Mono module 2017-10-29 04:26:13 +01:00
ogg Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
openssl Adjust openssl #defines to be libressl compatible 2017-10-17 21:06:39 -05:00
opus Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
pbm Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pvr Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
recast Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
regex Add UWP to Regex JIT blacklist 2017-10-23 01:22:53 -02:00
squish Use BoolVariable for module options. 2017-09-25 14:36:30 -04:00
stb_vorbis Remove junk output 2017-10-13 12:40:19 +07:00
svg keep alpha when converting svg colors fixes #11289 2017-09-30 14:48:41 +02:00
tga Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
theora Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
tinyexr Use BoolVariable for module options. 2017-09-25 14:36:30 -04:00
visual_script Refactor Fixed to Physics 2017-10-21 21:28:08 +07:00
vorbis Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
webm Use BoolVariable in platform-specific options. 2017-09-25 14:36:30 -04:00
webp Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
register_module_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00