aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/editor/GodotSharpTools
Commit message (Collapse)AuthorAgeFilesLines
* allow undefined GODOT_DEBUG_MSBUILD environment variableKelly Thomas2018-06-061-1/+1
|
* Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry2018-06-051-10/+27
| | | | - Add option to print MSBuild's stdout and stderr instead of redirecting it. This can be enabled by setting the environment variable: Godot_DEBUG_MSBUILD=1
* Mono: Project building fixesIgnacio Etcheverry2018-05-173-25/+69
| | | | | | - Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full.
* Convert DOS line endings to Unix line endingsRémi Verschelde2017-11-051-17/+17
| | | | | | | Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml` always showing up as modified. Might cause issues on Windows due to the removal of BOMs or change of line endings in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
* Fix regression from #12473 and #12388Ignacio Etcheverry2017-10-291-23/+14
|
* Buildsystem improvements for the Mono moduleIgnacio Etcheverry2017-10-291-19/+54
| | | | | | | | | | | - 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.
* Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry2017-10-071-1/+1
|
* Add C# script to csproj when attaching it to an objectIgnacio Etcheverry2017-10-052-3/+6
|
* Add alternative search locations for msbuildIgnacio Etcheverry2017-10-051-1/+9
|
* Added mono moduleIgnacio Etcheverry2017-10-0310-0/+830