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

Commit

Permalink
Added SDL_system.h to the various projects
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 23, 2012
1 parent 35efa9d commit 276a3e4
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 437 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -77,6 +77,7 @@ HDRS = \
SDL_shape.h \
SDL_stdinc.h \
SDL_surface.h \
SDL_system.h \
SDL_syswm.h \
SDL_thread.h \
SDL_timer.h \
Expand Down
4 changes: 4 additions & 0 deletions VisualC/SDL/SDL_VS2008.vcproj
Expand Up @@ -519,6 +519,10 @@
RelativePath="..\..\include\SDL_surface.h"
>
</File>
<File
RelativePath="..\..\include\SDL_system.h"
>
</File>
<File
RelativePath="..\..\include\SDL_syswm.h"
>
Expand Down
3 changes: 2 additions & 1 deletion VisualC/SDL/SDL_VS2010.vcxproj
Expand Up @@ -243,6 +243,7 @@
<ClInclude Include="..\..\include\SDL_shape.h" />
<ClInclude Include="..\..\include\SDL_stdinc.h" />
<ClInclude Include="..\..\include\SDL_surface.h" />
<ClInclude Include="..\..\include\SDL_system.h" />
<ClInclude Include="..\..\include\SDL_syswm.h" />
<ClInclude Include="..\..\include\SDL_thread.h" />
<ClInclude Include="..\..\include\SDL_timer.h" />
Expand Down Expand Up @@ -443,4 +444,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 276a3e4

Please sign in to comment.