diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2016-08-26 06:20:51 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2016-08-26 06:20:51 +0000 |
| commit | 22ec5aafd65ff7098d9c133238648f852b03e749 (patch) | |
| tree | e2076cf9e47259d501bd978a6aff2d3f2795c5e8 /Graphics/GraphicsEngineD3DBase | |
| parent | Merged updates from dev branch (diff) | |
| download | DiligentCore-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.vcxitems | 2 |
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> |
