diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-14 17:40:09 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-14 17:40:09 (GMT) |
commit | 148827c32a68754a5646a7a4a30be3af20896ad1 (patch) | |
tree | 4b2bb701aedd6fd2c05f9656e1d092571310eed2 /Tools/msi/msi.props | |
parent | bc94fd7b4965369dd7fc9921db4269ae6b7fb7f2 (diff) | |
download | cpython-148827c32a68754a5646a7a4a30be3af20896ad1.zip cpython-148827c32a68754a5646a7a4a30be3af20896ad1.tar.gz cpython-148827c32a68754a5646a7a4a30be3af20896ad1.tar.bz2 |
Enabled --pgo option for building 64-bit PGO enabled releases.
Diffstat (limited to 'Tools/msi/msi.props')
-rw-r--r-- | Tools/msi/msi.props | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/msi/msi.props b/Tools/msi/msi.props index 5b605e9..1e2d3e2 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)"> |