comparison VisualC/tests/testalpha/testalpha_VS2008.vcproj @ 5035:5bb673951db2

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 13:07:25 -0800
parents 01bc63ec4ca7
children fc26fb7e20af
comparison
equal deleted inserted replaced
5034:203ed3b1d62c 5035:5bb673951db2
100 <Tool 100 <Tool
101 Name="VCAppVerifierTool" 101 Name="VCAppVerifierTool"
102 /> 102 />
103 <Tool 103 <Tool
104 Name="VCPostBuildEventTool" 104 Name="VCPostBuildEventTool"
105 Description="Copy SDL" 105 Description="Copy SDL and data files"
106 CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll" 106 CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
107 /> 107 />
108 </Configuration> 108 </Configuration>
109 <Configuration 109 <Configuration
110 Name="Release|Win32" 110 Name="Release|Win32"
111 OutputDirectory=".\Release" 111 OutputDirectory=".\Release"
192 <Tool 192 <Tool
193 Name="VCAppVerifierTool" 193 Name="VCAppVerifierTool"
194 /> 194 />
195 <Tool 195 <Tool
196 Name="VCPostBuildEventTool" 196 Name="VCPostBuildEventTool"
197 Description="Copy SDL" 197 Description="Copy SDL and data files"
198 CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll" 198 CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll&#x0D;&#x0A;copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
199 /> 199 />
200 </Configuration> 200 </Configuration>
201 </Configurations> 201 </Configurations>
202 <References> 202 <References>
203 </References> 203 </References>