diff options
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)"> |