Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix building the tests with Visual Studio 2012 (thanks Isaac!)
- Loading branch information
|
@@ -222,10 +222,10 @@ |
|
|
<ClCompile Include="..\..\..\test\testatomic.c" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj"> |
|
|
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj"> |
|
|
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
|
@@ -229,13 +229,13 @@ copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command> |
|
|
<ClCompile Include="..\..\..\test\testrendertarget.c" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj"> |
|
|
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2012.vcxproj"> |
|
|
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj"> |
|
|
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
|
@@ -230,13 +230,13 @@ copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command> |
|
|
<ClCompile Include="..\..\..\test\testscale.c" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj"> |
|
|
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2012.vcxproj"> |
|
|
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj"> |
|
|
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj"> |
|
|
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|