win/msi: make msi build work when spaces are present in the path

pull/24507/merge
Bert Belder 2013-03-04 19:47:05 +01:00
parent 119cbf4854
commit 890dc2eeb1
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
</HeatDirectory> </HeatDirectory>
</Target> </Target>
<PropertyGroup> <PropertyGroup>
<PostBuildEvent>move !(TargetPath) $(TargetDir)\$(TargetFileName) <PostBuildEvent>move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)"
move !(TargetPdbPath) $(TargetDir)\$(TargetPdbName)</PostBuildEvent> move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)"</PostBuildEvent>
</PropertyGroup> </PropertyGroup>
</Project> </Project>