From 07ca0c19c3925aa082c6f3b341d3e9925b26346e Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Mon, 23 May 2011 20:28:18 +0000 Subject: [PATCH] Fixed postbuild event when path contains spaces --- JGE/Dependencies/SDL/VisualC/SDL/SDL_VS2010.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JGE/Dependencies/SDL/VisualC/SDL/SDL_VS2010.vcxproj b/JGE/Dependencies/SDL/VisualC/SDL/SDL_VS2010.vcxproj index d757e39f2..ead17a358 100644 --- a/JGE/Dependencies/SDL/VisualC/SDL/SDL_VS2010.vcxproj +++ b/JGE/Dependencies/SDL/VisualC/SDL/SDL_VS2010.vcxproj @@ -106,7 +106,7 @@ false - copy $(TargetPath) ..\..\..\..\..\projects\mtg\bin + copy "$(TargetPath)" "$(MSBuildProjectDirectory)\..\..\..\..\..\projects\mtg\bin" @@ -177,7 +177,7 @@ Windows - copy $(TargetPath) ..\..\..\..\..\projects\mtg\bin + copy "$(TargetPath)" "$(MSBuildProjectDirectory)\..\..\..\..\..\projects\mtg\bin"