# HG changeset patch # User Sam Lantinga # Date 1295471245 28800 # Node ID 5bb673951db20b4fcf120405be697e22574f1d35 # Parent 203ed3b1d62ce27a367eb9fe886f7e8c628c030c Added post build step to copy SDL and data files into the test projects diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj --- a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Debug/checkkeys.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Release/checkkeys.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/graywin/graywin_VS2010.vcxproj --- a/VisualC/tests/graywin/graywin_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/graywin/graywin_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Debug/graywin.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Release/graywin.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/loopwave/loopwave_VS2010.vcxproj --- a/VisualC/tests/loopwave/loopwave_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/loopwave/loopwave_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Release/loopwave.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Debug/loopwave.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testalpha/testalpha_VS2008.vcproj --- a/VisualC/tests/testalpha/testalpha_VS2008.vcproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testalpha/testalpha_VS2008.vcproj Wed Jan 19 13:07:25 2011 -0800 @@ -102,8 +102,8 @@ /> diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testalpha/testalpha_VS2010.vcxproj --- a/VisualC/tests/testalpha/testalpha_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testalpha/testalpha_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ .\Debug/testalpha.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + @@ -118,6 +125,13 @@ .\Release/testalpha.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj --- a/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Release/testdraw2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Debug/testdraw2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testfile/testfile_VS2010.vcxproj --- a/VisualC/tests/testfile/testfile_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testfile/testfile_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Debug/testfile.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Release/testfile.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testgamma/testgamma_VS2010.vcxproj --- a/VisualC/tests/testgamma/testgamma_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testgamma/testgamma_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Debug/testgamma.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Release/testgamma.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testgl/testgl_VS2010.vcxproj --- a/VisualC/tests/testgl/testgl_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testgl/testgl_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -82,6 +82,12 @@ .\Debug/testgl.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -120,6 +126,12 @@ .\Release/testgl.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testgl2/testgl2_VS2010.vcxproj --- a/VisualC/tests/testgl2/testgl2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testgl2/testgl2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -82,6 +82,12 @@ .\Debug/testgl2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -120,6 +126,12 @@ .\Release/testgl2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj --- a/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Release/testjoystick.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Debug/testjoystick.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj --- a/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ .\Release/testoverlay.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + @@ -118,6 +125,13 @@ .\Debug/testoverlay.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj --- a/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ .\Release/testoverlay2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat + + + Copy SDL and data files + @@ -118,6 +125,13 @@ .\Debug/testoverlay2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat + + + Copy SDL and data files + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testpalette/testpalette_VS2010.vcxproj --- a/VisualC/tests/testpalette/testpalette_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testpalette/testpalette_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ .\Release/testpalette.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sail.bmp $(ProjectDir)\sail.bmp + + + Copy SDL and data files + @@ -118,6 +125,13 @@ .\Debug/testpalette.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sail.bmp $(ProjectDir)\sail.bmp + + + Copy SDL and data files + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testplatform/testplatform_VS2010.vcxproj --- a/VisualC/tests/testplatform/testplatform_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testplatform/testplatform_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -85,6 +85,12 @@ true .\Debug/testplatform.bsc + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -126,6 +132,12 @@ true .\Release/testplatform.bsc + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testpower/testpower_VS2010.vcxproj --- a/VisualC/tests/testpower/testpower_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testpower/testpower_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Debug/testpower.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Release/testpower.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -131,4 +143,4 @@ - + \ No newline at end of file diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testshape/testshape_VS2010.vcxproj --- a/VisualC/tests/testshape/testshape_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testshape/testshape_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Release/testshape.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Debug/testshape.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testsprite/testsprite_VS2010.vcxproj --- a/VisualC/tests/testsprite/testsprite_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testsprite/testsprite_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ .\Release/testsprite.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + @@ -118,6 +125,13 @@ .\Debug/testsprite.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj --- a/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ .\Release/testsprite2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + @@ -118,6 +125,13 @@ .\Debug/testsprite2.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj --- a/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Release/testvidinfo.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Debug/testvidinfo.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testwin/testwin_VS2010.vcxproj --- a/VisualC/tests/testwin/testwin_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testwin/testwin_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ .\Debug/testwin.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + @@ -118,6 +125,13 @@ .\Release/testwin.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + diff -r 203ed3b1d62c -r 5bb673951db2 VisualC/tests/testwm/testwm_VS2010.vcxproj --- a/VisualC/tests/testwm/testwm_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testwm/testwm_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,12 @@ .\Debug/testwm.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + @@ -118,6 +124,12 @@ .\Release/testwm.pdb Windows + + copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL +