We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1058109 + de6efdb commit f00ef72Copy full SHA for f00ef72
PCbuild/pythoncore.vcxproj
@@ -412,6 +412,7 @@
412
<_HG Condition="$(HG.Contains(` `))">"$(HG)"</_HG>
413
</PropertyGroup>
414
<Message Text="Getting build info from $(_HG)" Importance="high" />
415
+ <MakeDir Directories="$(IntDir)" Condition="!Exists($(IntDir))" />
416
<Exec Command="$(_HG) id -b > "$(IntDir)hgbranch.txt"" ContinueOnError="true" />
417
<Exec Command="$(_HG) id -i > "$(IntDir)hgversion.txt"" ContinueOnError="true" />
418
<Exec Command="$(_HG) id -t > "$(IntDir)hgtag.txt"" ContinueOnError="true" />
0 commit comments