From: Anthony Shaw Date: Wed, 29 Apr 2020 09:09:09 +0000 (+1000) Subject: bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785) X-Git-Tag: v3.9.0b1~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b64ef3ac7b434065dbff0048b9103999e4b491a;p=thirdparty%2FPython%2Fcpython.git bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785) * Update the source path of the pegen target within the Windows regen project. Change the path to Windows path formats. * Use the more reliable SetEnv task for Cpp Projects in MSBuild. --- diff --git a/PCbuild/regen.vcxproj b/PCbuild/regen.vcxproj index 285a8a1b9e49..c97536f7dd96 100644 --- a/PCbuild/regen.vcxproj +++ b/PCbuild/regen.vcxproj @@ -168,7 +168,8 @@ - + +