From b792f151f0aba1a7f66c93fe444e3483c97af3f9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 11 Mar 2011 14:30:00 -0800 Subject: [PATCH] Copy icon.bmp for the testcursor build --- VisualC/tests/testcursor/testcursor_VS2008.vcproj | 8 ++++---- VisualC/tests/testcursor/testcursor_VS2010.vcxproj | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/VisualC/tests/testcursor/testcursor_VS2008.vcproj b/VisualC/tests/testcursor/testcursor_VS2008.vcproj index 7e8326b0b..6e0249265 100755 --- a/VisualC/tests/testcursor/testcursor_VS2008.vcproj +++ b/VisualC/tests/testcursor/testcursor_VS2008.vcproj @@ -105,8 +105,8 @@ /> diff --git a/VisualC/tests/testcursor/testcursor_VS2010.vcxproj b/VisualC/tests/testcursor/testcursor_VS2010.vcxproj index ac0cc7dd8..e602ddfa3 100755 --- a/VisualC/tests/testcursor/testcursor_VS2010.vcxproj +++ b/VisualC/tests/testcursor/testcursor_VS2010.vcxproj @@ -86,10 +86,11 @@ .\Debug/testcursor.bsc - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp - Copy SDL + Copy SDL and data files @@ -133,10 +134,11 @@ .\Release/testcursor.bsc - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp - Copy SDL + Copy SDL and data files