aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorace20022 <ace20022@xbmc.org>2015-12-04 10:03:11 +0100
committerace20022 <ace20022@xbmc.org>2015-12-07 18:03:00 +0100
commit749aa99edaddb1c205165820286b13b1d6d15e53 (patch)
tree4c1a1c971129e26982e8fb4530b67ec19562f42c
parent6cd277c087e5e56bac254ba76ad670ffa043365e (diff)
[win32] Fix post build event copy instruction.
This makes building with VS 2015 update 1 possible.
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index e324b04df0..234615a74c 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -106,7 +106,7 @@
</Manifest>
<FxCompile />
<PostBuildEvent>
- <Command>copy “$(WindowsSdkDir)redist\d3d\x86\D3DCompile*.DLL” “$(TargetDir)”</Command>
+ <Command>copy "$(WindowsSdkDir)redist\d3d\x86\D3DCompile*.DLL" "$(TargetDir)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">