Added post build step to copy SDL and data files into the test projects
This commit is contained in:
parent
2c7a66fb27
commit
e73252548b
23 changed files with 94 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue