Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | RĂ©mi Verschelde | |
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). | |||
2019-04-07 | Mono: Add compiler flags to env_mono instead of env | Ignacio Etcheverry | |
This way we avoid possible conflicts with other modules. Specially with include paths. | |||
2019-04-07 | Mono: Reorganize build scripts | Ignacio Etcheverry | |
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory. |