Added post build step to copy SDL and data files into the test projects

This commit is contained in:
Sam Lantinga 2011-01-19 11:35:54 -08:00
parent 2c7a66fb27
commit e73252548b
23 changed files with 94 additions and 9 deletions

View file

@ -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>