diff VisualC/tests/testgesture/testgesture_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 f5f70fed2c4c
children fc26fb7e20af
line wrap: on
line diff
--- a/VisualC/tests/testgesture/testgesture_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testgesture/testgesture_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -103,6 +103,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
 			/>
 		</Configuration>
 		<Configuration
@@ -193,6 +195,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
 			/>
 		</Configuration>
 	</Configurations>