From 5fcd5e64eec9ed67613b8fe7356fb8288151ceba Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 6 Sep 2017 10:01:38 -0700 Subject: bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) --- PCbuild/python.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'PCbuild/python.vcxproj') diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index 2786ac2ebf..ab9fb05ade 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -96,6 +96,7 @@ set PYTHONPATH=$(PySourcePath)Lib <_PGOPath Condition="$(Configuration) == 'PGInstrument' and $(Platform) == 'Win32'">@set PATH=%PATH%%3B$(VCInstallDir)bin <_PGOPath Condition="$(Configuration) == 'PGInstrument' and $(Platform) == 'x64'">@set PATH=%PATH%%3B$(VCInstallDir)bin\amd64 + <_PGOPath Condition="$(Configuration) == 'PGInstrument' and $(VC_PGO_RunTime_Dir) != ''">@set PATH=%PATH%%3B$(VC_PGO_RunTime_Dir) <_Content>@rem This script invokes the most recently built Python with all arguments @rem passed through to the interpreter. This file is generated by the @rem build process and any changes *will* be thrown away by the next -- cgit v1.2.1