| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
#1143.
|
|
|
|
user-wide property sheet.
|
|
are copied.
This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
|
|
system-wide openssl
|
|
|
|
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.
|
|
avoid failures due to Mark Of The Web
|
|
|
|
|
|
|
|
|
|
recursion.
|
|
|
|
|
|
|
|
enable mixing VS2015 and VS2017
|
|
Importance=Normal
|
|
|
|
|
|
|
|
Fixes #460.
|
|
|
|
$(TargetPath) is a simpler way of getting the primary output than assembling it from multiple variables. In addition, $(OutputType) matches $(TargetExt) only for .exe projects.
|
|
It is customary to use find_X() in CMake, so automatic paths are not needed.
|
|
|
|
directories when using our toolchain.
|
|
integration via MSBuild when using CMake.
Add lib\ and lib\manual-link\ to additional library paths.
[gtest] Because the four libraries provided by gtest supply redundant symbols and define main, opt them all out.
Addresses #306.
|
|
|
|
things work with VS '15' if you manually specify the triplet
|
|
|
|
|
|
Barath-Kannan-qt5-add
|
|
effectively, so we should use more robust logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can locate installed tools
|
|
|
|
|
|
|