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 and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -192,6 +194,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
@ -199,7 +203,7 @@
|
|||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\Test\Testwin.c"
|
||||
RelativePath="..\..\..\test\testwin.c"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue