diff options
author | Kolja Lampe <razzeee@gmail.com> | 2016-01-04 13:14:23 +0100 |
---|---|---|
committer | Kolja Lampe <razzeee@gmail.com> | 2016-01-04 13:14:23 +0100 |
commit | 5dd20670bd1aaf522a1938ec4cd318256cf8f198 (patch) | |
tree | 690bc737a4df1a0e0b9bb59f430459e059879d6f /project | |
parent | 4a65050ae7af6edcd7bcab1f1ed70a984d697592 (diff) |
Fix postbuild event for testsuite on vs2015 update 1
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 753557cbe1..c8fb9a490b 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -144,7 +144,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)'=='Release|Win32'"> @@ -2993,4 +2993,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project> +</Project>
\ No newline at end of file |