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

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