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.
1 parent 190dbd9 commit de6efdbCopy full SHA for de6efdb
PCbuild/pythoncore.vcxproj
@@ -405,6 +405,7 @@
405
<_HG Condition="$(HG.Contains(` `))">"$(HG)"</_HG>
406
</PropertyGroup>
407
<Message Text="Getting build info from $(_HG)" Importance="high" />
408
+ <MakeDir Directories="$(IntDir)" Condition="!Exists($(IntDir))" />
409
<Exec Command="$(_HG) id -b > "$(IntDir)hgbranch.txt"" ContinueOnError="true" />
410
<Exec Command="$(_HG) id -i > "$(IntDir)hgversion.txt"" ContinueOnError="true" />
411
<Exec Command="$(_HG) id -t > "$(IntDir)hgtag.txt"" ContinueOnError="true" />
0 commit comments