summaryrefslogtreecommitdiff
path: root/Tools/msi/msi.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-14 10:40:09 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-10-14 10:40:09 -0700
commit474a4c7d6799629ddd328cf8d7c35767a2a0ac55 (patch)
tree599d41220f5bb5ba2661b6561653ee264b66b961 /Tools/msi/msi.props
parentab16c801ba88eadf8eae14429444a6f96897542d (diff)
downloadcpython-474a4c7d6799629ddd328cf8d7c35767a2a0ac55.tar.gz
Enabled --pgo option for building 64-bit PGO enabled releases.
Diffstat (limited to 'Tools/msi/msi.props')
-rw-r--r--Tools/msi/msi.props5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/msi/msi.props b/Tools/msi/msi.props
index 5b605e95e9..1e2d3e28f5 100644
--- a/Tools/msi/msi.props
+++ b/Tools/msi/msi.props
@@ -110,7 +110,10 @@
</LinkerBindInputPaths>
</ItemDefinitionGroup>
<ItemGroup>
- <LinkerBindInputPaths Include="$(BuildPath);$(PySourcePath)Doc\build\htmlhelp">
+ <LinkerBindInputPaths Include="$(PGOBuildPath);$(BuildPath)">
+ <BindName></BindName>
+ </LinkerBindInputPaths>
+ <LinkerBindInputPaths Include="$(PySourcePath)Doc\build\htmlhelp">
<BindName></BindName>
</LinkerBindInputPaths>
<LinkerBindInputPaths Include="$(PySourcePath)">