aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Toolchains/mingw_cross.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: MinGW improvementsNicholas Corgan2015-07-231-48/+44
| | | | | | * Improved toolchan file, accounts for different versions * Don't force static runtime linking (was causing test errors) * Include MinGW runtime in packaging
* Added support for MinGW cross-compileNicholas Corgan2015-01-131-0/+69
* Added CMake toolchain file, compatible with different versions * No dependency on MinGW runtime, all statically linked * Misc coding tweaks to allow MinGW to compile