Mercurial > sdl-ios-xcode
diff VisualC/tests/graywin/graywin_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 | 92e65e3041c2 |
children | fc26fb7e20af |
line wrap: on
line diff
--- a/VisualC/tests/graywin/graywin_VS2008.vcproj Wed Jan 19 11:35:31 2011 -0800 +++ b/VisualC/tests/graywin/graywin_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>