mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:59:45 +08:00
92c0a91d3f
On Win7, calling powershell via MSBuild results in normal output lines being split based on the ConHost system-wide default line length settings. The fix is to first write all the lines to a file, then load that file as into an MSBuild ItemGroup. This avoids all interaction with ConHost. |
||
---|---|---|
.. | ||
buildsystems | ||
cmake | ||
templates | ||
bootstrap.ps1 | ||
fetchDependency.ps1 | ||
findAnyMSBuildWithCppPlatformToolset.ps1 | ||
findFileRecursivelyUp.ps1 | ||
findVisualStudioInstallationInstances.ps1 | ||
getProgramFiles32bit.ps1 | ||
getProgramFilesPlatformBitness.ps1 | ||
getWindowsSDK.ps1 | ||
ports.cmake |