summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2016-08-26 06:20:51 +0000
committerEgor Yusov <egor.yusov@gmail.com>2016-08-26 06:20:51 +0000
commit22ec5aafd65ff7098d9c133238648f852b03e749 (patch)
treee2076cf9e47259d501bd978a6aff2d3f2795c5e8 /Graphics/GraphicsEngineD3DBase
parentMerged updates from dev branch (diff)
downloadDiligentCore-22ec5aafd65ff7098d9c133238648f852b03e749.tar.gz
DiligentCore-22ec5aafd65ff7098d9c133238648f852b03e749.zip
Fixed copy commands to support white spaces in paths
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems b/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems
index ec2067e5..5d6a6af8 100644
--- a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems
+++ b/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems
@@ -30,7 +30,7 @@
<ItemGroup>
<CustomBuild Include="$(MSBuildThisFileDirectory)..\..\include\HLSLDefinitions.fxh">
<FileType>Document</FileType>
- <Command>$(EngineRoot)\Utilities\File2Include\File2String.exe %(FullPath) $(ProjectRoot)\include\%(Filename)_inc.fxh</Command>
+ <Command>"$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.fxh"</Command>
<Outputs>$(ProjectRoot)\include\%(Filename)_inc.h</Outputs>
<Message>Processing HLSLDefinitions.fxh...</Message>
</CustomBuild>