Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Updated build for Visual Studio 2010
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 17, 2010
1 parent d2a259c commit 6785060
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VisualC/SDL/SDL_VS2010.vcxproj
Expand Up @@ -347,13 +347,15 @@ echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClCompile Include="..\..\src\events\SDL_clipboardevents.c" />
<ClCompile Include="..\..\src\events\SDL_gesture.c" />
<ClCompile Include="..\..\src\events\SDL_touch.c" />
<ClCompile Include="..\..\src\libm\e_atan2.c" />
<ClCompile Include="..\..\src\libm\e_log.c" />
<ClCompile Include="..\..\src\libm\e_pow.c" />
<ClCompile Include="..\..\src\libm\e_rem_pio2.c" />
<ClCompile Include="..\..\src\libm\e_sqrt.c" />
<ClCompile Include="..\..\src\libm\k_cos.c" />
<ClCompile Include="..\..\src\libm\k_rem_pio2.c" />
<ClCompile Include="..\..\src\libm\k_sin.c" />
<ClCompile Include="..\..\src\libm\s_atan.c" />
<ClCompile Include="..\..\src\libm\s_copysign.c" />
<ClCompile Include="..\..\src\libm\s_cos.c" />
<ClCompile Include="..\..\src\libm\s_fabs.c" />
Expand Down
14 changes: 14 additions & 0 deletions VisualC/tests/automated/automated.vcxproj
Expand Up @@ -91,6 +91,7 @@
<ClCompile Include="..\..\..\test\automated\rect\rect.c" />
<ClCompile Include="..\..\..\test\automated\render\render.c" />
<ClCompile Include="..\..\..\test\automated\rwops\rwops.c" />
<ClCompile Include="..\..\..\test\automated\rwops\TestSupportRWops_Generic.c" />
<ClCompile Include="..\..\..\test\automated\SDL_at.c" />
<ClCompile Include="..\..\..\test\automated\surface\surface.c" />
<ClCompile Include="..\..\..\test\automated\testsdl.c" />
Expand All @@ -105,6 +106,19 @@
<ClInclude Include="..\..\..\test\automated\SDL_at.h" />
<ClInclude Include="..\..\..\test\automated\surface\surface.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
<Private>false</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
3 changes: 3 additions & 0 deletions VisualC/tests/automated/automated.vcxproj.filters
Expand Up @@ -42,6 +42,9 @@
<ClCompile Include="..\..\..\test\automated\testsdl.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\test\automated\rwops\TestSupportRWops_Generic.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\test\automated\audio\audio.h">
Expand Down

0 comments on commit 6785060

Please sign in to comment.