changeset 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 6ccfbaef0c0a
children 203ed3b1d62c
files VisualC/tests/checkkeys/checkkeys_VS2008.vcproj VisualC/tests/graywin/graywin_VS2008.vcproj VisualC/tests/loopwave/loopwave_VS2008.vcproj VisualC/tests/testalpha/testalpha_VS2008.vcproj VisualC/tests/testatomic/testatomic_VS2008.vcproj VisualC/tests/testdraw2/testdraw2_VS2008.vcproj VisualC/tests/testfile/testfile_VS2008.vcproj VisualC/tests/testgamma/testgamma_VS2008.vcproj VisualC/tests/testgesture/testgesture_VS2008.vcproj VisualC/tests/testgl/testgl_VS2008.vcproj VisualC/tests/testgl2/testgl2_VS2008.vcproj VisualC/tests/testjoystick/testjoystick_VS2008.vcproj VisualC/tests/testoverlay/testoverlay_VS2008.vcproj VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj VisualC/tests/testpalette/testpalette_VS2008.vcproj VisualC/tests/testplatform/testplatform_VS2008.vcproj VisualC/tests/testpower/testpower_VS2008.vcproj VisualC/tests/testshape/testshape_VS2008.vcproj VisualC/tests/testsprite/testsprite_VS2008.vcproj VisualC/tests/testsprite2/testsprite2_VS2008.vcproj VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj VisualC/tests/testwin/testwin_VS2008.vcproj VisualC/tests/testwm/testwm_VS2008.vcproj
diffstat 23 files changed, 94 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/checkkeys/checkkeys_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>
--- 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>
--- a/VisualC/tests/loopwave/loopwave_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/loopwave/loopwave_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>
--- a/VisualC/tests/testalpha/testalpha_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testalpha/testalpha_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>
--- a/VisualC/tests/testatomic/testatomic_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testatomic/testatomic_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>
--- a/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testdraw2/testdraw2_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>
--- a/VisualC/tests/testfile/testfile_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testfile/testfile_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>
--- a/VisualC/tests/testgamma/testgamma_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testgamma/testgamma_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>
--- 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>
--- a/VisualC/tests/testgl/testgl_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testgl/testgl_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
@@ -194,6 +196,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testgl2/testgl2_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testgl2/testgl2_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
@@ -194,6 +196,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testjoystick/testjoystick_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>
--- a/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -102,6 +102,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,6 +194,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -102,6 +102,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,6 +194,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testpalette/testpalette_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testpalette/testpalette_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -102,6 +102,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sail.bmp $(ProjectDir)\sail.bmp"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,6 +194,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sail.bmp $(ProjectDir)\sail.bmp"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testplatform/testplatform_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testplatform/testplatform_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -104,6 +104,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
 			/>
 		</Configuration>
 		<Configuration
@@ -196,6 +198,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testpower/testpower_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testpower/testpower_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>
--- 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>
--- a/VisualC/tests/testsprite/testsprite_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testsprite/testsprite_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -102,6 +102,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,6 +194,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -4,6 +4,7 @@
 	Version="9.00"
 	Name="testsprite2"
 	ProjectGUID="{40FB7794-D3C3-4CFE-BCF4-A80C96635682}"
+	RootNamespace="testsprite2"
 	TargetFrameworkVersion="131072"
 	>
 	<Platforms>
@@ -102,6 +103,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,6 +195,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
 			/>
 		</Configuration>
 	</Configurations>
--- a/VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testvidinfo/testvidinfo_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>
--- a/VisualC/tests/testwin/testwin_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testwin/testwin_VS2008.vcproj	Wed Jan 19 11:35:54 2011 -0800
@@ -102,6 +102,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,6 +194,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				Description="Copy SDL and data files"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
 			/>
 		</Configuration>
 	</Configurations>
@@ -199,7 +203,7 @@
 	</References>
 	<Files>
 		<File
-			RelativePath="..\..\..\Test\Testwin.c"
+			RelativePath="..\..\..\test\testwin.c"
 			>
 		</File>
 	</Files>
--- a/VisualC/tests/testwm/testwm_VS2008.vcproj	Wed Jan 19 11:35:31 2011 -0800
+++ b/VisualC/tests/testwm/testwm_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>