(original) (raw)

changeset: 100114:747b415e96c4 branch: 3.5 parent: 100111:c75ae81b5058 user: Zachary Ware zachary.ware@gmail.com date: Fri Jan 29 19:08:55 2016 -0600 files: PCbuild/pyproject.props PCbuild/python.props description: Issue #25934: Default to /fp:strict for ICC builds diff -r c75ae81b5058 -r 747b415e96c4 PCbuild/pyproject.props --- a/PCbuild/pyproject.props Sat Jan 30 03:41:43 2016 +0000 +++ b/PCbuild/pyproject.props Fri Jan 29 19:08:55 2016 -0600 @@ -50,6 +50,9 @@false MultiThreadedDebugDLL+ + Strict+ (OutDir);(OutDir);%(AdditionalLibraryDirectories) truediff -r c75ae81b5058 -r 747b415e96c4 PCbuild/python.props --- a/PCbuild/python.props Sat Jan 30 03:41:43 2016 +0000 +++ b/PCbuild/python.props Fri Jan 29 19:08:55 2016 -0600 @@ -7,12 +7,18 @@ Use the latest available version of Visual Studio to build. To override this and build with an earlier version, pass "/p:PlatformToolset=v100" (for example) when building. + + We set BasePlatformToolset for ICC's benefit, it's otherwise ignored. --> - v140- v120- v110- v100- + v140+ v120+ v110+ v100+ + (OutDir);(BasePlatformToolset)+ false+ true+/zachary.ware@gmail.com