Mercurial > sdl-ios-xcode
changeset 4886:df5525eb7c41
Updated build for Visual Studio 2010
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Sep 2010 09:08:47 -0700 |
parents | ad6d5d2402db |
children | 0a77d2fc95ad |
files | VisualC/SDL/SDL_VS2010.vcxproj VisualC/tests/automated/automated.vcxproj VisualC/tests/automated/automated.vcxproj.filters |
diffstat | 3 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/VisualC/SDL/SDL_VS2010.vcxproj Wed Sep 15 22:33:46 2010 -0700 +++ b/VisualC/SDL/SDL_VS2010.vcxproj Fri Sep 17 09:08:47 2010 -0700 @@ -347,6 +347,7 @@ <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" /> @@ -354,6 +355,7 @@ <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" />
--- a/VisualC/tests/automated/automated.vcxproj Wed Sep 15 22:33:46 2010 -0700 +++ b/VisualC/tests/automated/automated.vcxproj Fri Sep 17 09:08:47 2010 -0700 @@ -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" /> @@ -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>
--- a/VisualC/tests/automated/automated.vcxproj.filters Wed Sep 15 22:33:46 2010 -0700 +++ b/VisualC/tests/automated/automated.vcxproj.filters Fri Sep 17 09:08:47 2010 -0700 @@ -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">