From 22ec5aafd65ff7098d9c133238648f852b03e749 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 25 Aug 2016 23:20:51 -0700 Subject: Fixed copy commands to support white spaces in paths --- .../build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') 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 @@ Document - $(EngineRoot)\Utilities\File2Include\File2String.exe %(FullPath) $(ProjectRoot)\include\%(Filename)_inc.fxh + "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.fxh" $(ProjectRoot)\include\%(Filename)_inc.h Processing HLSLDefinitions.fxh... -- cgit v1.2.3