Fix compilation if the source directory has spaces in its path.

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1923 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
XhmikosR 2013-07-10 15:57:50 +00:00
parent 5716b56e2c
commit 386e7e0bc2

View File

@ -1690,7 +1690,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>$(ProjectDir)..\update_rev.bat</PreBuildEvent>
<PreBuildEvent>"$(ProjectDir)..\update_rev.bat"</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>COPY /Y /V "$(ProjectDir)Dlls\Hunspellx86.dll" "$(TargetDir)"