vcpkg/scripts
Cristian Adam 38b959022c Add support for building with MinGW (#9137)
* Add support for building with MinGW

Tested with MSYS2 MinGW 8.3.0, gcc-mcf.lhmouse MinGW 9.2.1,
and StephanTLavavej/mingw-distro!

* Add MinGW toolchain

From your MinGW configured shell you could just use vcpkg to
configure packages.

An x64-mingw triplet would look like:
```
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_ENV_PASSTHROUGH PATH)

set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
```

* Add MinGW community tripplets

x64 tested with https://github.com/StephanTLavavej/mingw-distro
x86, arm64, arm tested with https://github.com/mstorsjo/llvm-mingw
2020-01-17 15:36:08 -08:00
..
boost [boost] Update to 1.72.0 (#9317) 2020-01-16 15:10:15 -08:00
buildsystems Map MinSizeRel and RelWithDebInfo correctly (#6393) 2020-01-09 15:26:27 -08:00
cmake Add support for building with MinGW (#9137) 2020-01-17 15:36:08 -08:00
ifw [vcpkg-export-ifw] Maintenance Tool 2017-10-05 21:24:32 +03:00
posh-vcpkg/0.0.1 [vcpkg] Initial commit of powershell integration 2017-10-14 01:45:28 -07:00
templates Add support for building with MinGW (#9137) 2020-01-17 15:36:08 -08:00
toolchains Add support for building with MinGW (#9137) 2020-01-17 15:36:08 -08:00
addPoshVcpkgToPowershellProfile.ps1 Remove stray entries 2018-05-19 19:23:32 -07:00
bootstrap.ps1 update telemetry 2019-11-22 15:07:00 -08:00
bootstrap.sh update telemetry 2019-11-22 15:07:00 -08:00
ci.baseline.txt [embree3] added cleanup command for static build (#9555) 2020-01-16 22:56:33 -08:00
cleanEnvironmentHelper.ps1 #5248 make vcpkg buildable as 'system' user (#7038) 2019-06-25 21:45:02 -07:00
get_triplet_environment.cmake [vcpkg]Port toolchains (#7687) 2019-08-20 08:47:26 -07:00
ports.cmake Introduce new policy to skip post verification of dll exports (#9642) 2020-01-13 16:31:58 -08:00
vcpkg_completion.bash [autocomplete] Add tab-completion support for bash 2018-12-13 14:02:02 -08:00
vcpkgTools.xml [vcpkg] Fix powershell font corruption bug (#7094) 2019-07-06 13:29:46 -07:00