Fixed building tests with Visual Studio 2008
This commit is contained in:
parent
1a92f18381
commit
49bf362b10
8 changed files with 550 additions and 26 deletions
|
@ -100,7 +100,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" "$(TargetDir)\SDL2.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp""
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" "$(TargetDir)\SDL2.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -188,17 +188,13 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" "$(TargetDir)\SDL2.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp""
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" "$(TargetDir)\SDL2.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\test\common.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\test\testscale.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue