Mercurial > sdl-ios-xcode
diff VisualC/tests/testshape/testshape_VS2008.vcproj @ 5033:01bc63ec4ca7
Added post build step to copy SDL and data files into the test projects
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 11:35:54 -0800 |
parents | f205711f73d5 |
children | fc26fb7e20af |
line wrap: on
line diff
--- a/VisualC/tests/testshape/testshape_VS2008.vcproj Wed Jan 19 11:35:31 2011 -0800 +++ b/VisualC/tests/testshape/testshape_VS2008.vcproj Wed Jan 19 11:35:54 2011 -0800 @@ -102,6 +102,8 @@ /> <Tool Name="VCPostBuildEventTool" + Description="Copy SDL" + CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll" /> </Configuration> <Configuration @@ -192,6 +194,8 @@ /> <Tool Name="VCPostBuildEventTool" + Description="Copy SDL" + CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll" /> </Configuration> </Configurations> @@ -199,14 +203,6 @@ </References> <Files> <File - RelativePath="..\..\Sdl\Debug\SDL.lib" - > - </File> - <File - RelativePath="..\..\SDLmain\Debug\SDLmain.lib" - > - </File> - <File RelativePath="..\..\..\test\testshape.c" > </File>