aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorjun.jiang <jun.jiang@vidon.me>2015-12-24 10:54:13 +0800
committerMartijn Kaijser <mcm.kaijser@gmail.com>2015-12-26 11:51:34 +0100
commit76fc883ca8d2e00b25036a5c06974a6254825db3 (patch)
tree89613c5dc6ae451fbb314a1abbe7ef176de283d1 /project
parent050a9d71389b5bbe7fceb9a0fb358c2feaa33149 (diff)
Fix compile error on msvs2013
Diffstat (limited to 'project')
-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 c11906f88e..45e3df4978 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -177,7 +177,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>
<ItemGroup>