summaryrefslogtreecommitdiffstats
path: root/modules/mono/build_scripts/mono_configure.py
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
| | | | | | Include paths are processed from left to right, so we use Prepend to ensure that paths to bundled thirdparty files will have precedence over system paths (e.g. `/usr/include` should have lowest priority).
* Mono: Add compiler flags to env_mono instead of envIgnacio Etcheverry2019-04-071-8/+9
| | | | This way we avoid possible conflicts with other modules. Specially with include paths.
* Mono: Reorganize build scriptsIgnacio Etcheverry2019-04-071-0/+413
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory.