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
|
@ -4,6 +4,7 @@
|
|||
Version="9.00"
|
||||
Name="testsprite2"
|
||||
ProjectGUID="{40FB7794-D3C3-4CFE-BCF4-A80C96635682}"
|
||||
RootNamespace="testsprite2"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
|
@ -102,6 +103,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -192,6 +195,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue