Skip to content

Commit

Permalink
Fix build breaks that occur if the path to the solution contains spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Jul 27, 2015
1 parent 180ec2f commit d83db9b
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 540 deletions.
2 changes: 1 addition & 1 deletion src/Environments/SysV/SysV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
Other similar extension points exist, see Microsoft.Common.targets.
-->
<Target Name="BeforeBuild">
<Exec Command="$(SolutionDir)tools\c2xml\bin\$(Configuration)\c2xml.exe %(TranslateHeader.Identity) &gt; %(TranslateHeader.Filename).xml">
<Exec Command='"$(SolutionDir)tools\c2xml\bin\$(Configuration)\c2xml.exe" %(TranslateHeader.Identity) &gt; %(TranslateHeader.Filename).xml'>
</Exec>
</Target>
<!--
Expand Down
Loading

0 comments on commit d83db9b

Please sign in to comment.