diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-14 17:41:52 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-14 17:41:52 (GMT) |
commit | b8c1309cba1194642893f1aadbca95117678af72 (patch) | |
tree | b3b2c532503dece47713445b52d816fc62a26256 /Tools/msi/msi.props | |
parent | 91108f049ffb35b4b9f0353a41d9c6097b37046d (diff) | |
parent | 148827c32a68754a5646a7a4a30be3af20896ad1 (diff) | |
download | cpython-b8c1309cba1194642893f1aadbca95117678af72.zip cpython-b8c1309cba1194642893f1aadbca95117678af72.tar.gz cpython-b8c1309cba1194642893f1aadbca95117678af72.tar.bz2 |
Merge from 3.5
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)"> |