mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Properly quote parameters of xcopy to handle spaces in paths
This commit is contained in:
@@ -485,8 +485,8 @@
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>xcopy /Y /Q $(SolutionDir)\ScintillaNET\SciLexer.dll $(TargetDir) > nul
|
||||
xcopy /Y /Q $(SolutionDir)\ScintillaNET\SciLexer64.dll $(TargetDir) > nul</PostBuildEvent>
|
||||
<PostBuildEvent>xcopy /Y /Q "$(SolutionDir)\ScintillaNET\SciLexer.dll" "$(TargetDir)" > nul
|
||||
xcopy /Y /Q "$(SolutionDir)\ScintillaNET\SciLexer64.dll" "$(TargetDir)" > nul</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Reference in New Issue
Block a user