diff VisualC/tests/testwin/testwin_VS2008.vcproj @ 5039:fc26fb7e20af

Use the debug C runtime for the debug configuration
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 13:50:53 -0800
parents 01bc63ec4ca7
children
line wrap: on
line diff
--- a/VisualC/tests/testwin/testwin_VS2008.vcproj	Wed Jan 19 13:44:55 2011 -0800
+++ b/VisualC/tests/testwin/testwin_VS2008.vcproj	Wed Jan 19 13:50:53 2011 -0800
@@ -48,7 +48,7 @@
 				Optimization="0"
 				AdditionalIncludeDirectories="..\..\..\include"
 				PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
-				RuntimeLibrary="2"
+				RuntimeLibrary="3"
 				UsePrecompiledHeader="0"
 				PrecompiledHeaderFile=".\Debug/testwin.pch"
 				AssemblerListingLocation=".\Debug/"
@@ -103,7 +103,7 @@
 			<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"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp&#x0D;&#x0A;"
 			/>
 		</Configuration>
 		<Configuration
@@ -195,7 +195,7 @@
 			<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"
+				CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp&#x0D;&#x0A;"
 			/>
 		</Configuration>
 	</Configurations>