aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added for fallback msbuild.exe.BrainBlasted2017-11-041-0/+4
| | | | Fixes #12613
* Merge pull request #12491 from neikeq/waitasecond···Ignacio Etcheverry2017-10-291-18/+20
|\ | | | | Fix FrameworkPathOverride and assemblies path loop
| * Fix FrameworkPathOverride and assemblies path loopIgnacio Etcheverry2017-10-291-18/+20
| |
* | Mono: Fix Windows buildRémi Verschelde2017-10-291-2/+2
|/
* Buildsystem improvements for the Mono moduleIgnacio Etcheverry2017-10-291-28/+109
| | | | | | | | | | | - 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.
* Fix Python 3 incompatibility in Mono buildMatthias Hoelzl2017-10-071-2/+3
|
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+120