Commit Graph

3 Commits

Author SHA1 Message Date
SeVlaT
7d51e20eb2 <GenerateDebugInformation>: Debug and DebugFastLink are valid only for Msvc14
"true" is valid for all Msvc versions:

see: Microsoft.Link.Common.props, lines 51, 52
 <GenerateDebugInformation Condition="'$(UseDebugLibraries)' == 'true' and '%(Link.GenerateDebugInformation)'==''">DebugFastLink</GenerateDebugInformation>
 <GenerateDebugInformation Condition="'$(UseDebugLibraries)' != 'true' and '%(Link.GenerateDebugInformation)'==''">Debug</GenerateDebugInformation>
2015-11-23 19:59:30 +03:00
Brian Gladman
8e73139726 continue revision of MPIR Windows build 2015-11-20 16:04:13 +00:00
Brian Gladman
7217b15eea continue Visual Studio build update 2015-11-19 21:46:32 +00:00