summaryrefslogtreecommitdiff
path: root/VisualC
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-01-31 22:21:29 -0800
committerSam Lantinga <slouken@libsdl.org>2011-01-31 22:21:29 -0800
commit9c12618379d799fab810948d19c765f5980137f4 (patch)
tree7e9f46cee59faa5d90343f0a7e1efe0e56571360 /VisualC
parent886e947679ae1a6c2baa26cdf6672ae0d738d685 (diff)
Removed partially functional renderers
--HG-- extra : rebase_source : 3fc2560c02393bf9e7c46360fc24f2585c9409be
Diffstat (limited to 'VisualC')
-rw-r--r--VisualC/SDL/SDL_VS2005.vcproj8
-rw-r--r--VisualC/SDL/SDL_VS2008.vcproj8
-rw-r--r--VisualC/SDL/SDL_VS2010.vcxproj2
3 files changed, 0 insertions, 18 deletions
diff --git a/VisualC/SDL/SDL_VS2005.vcproj b/VisualC/SDL/SDL_VS2005.vcproj
index cab82386..b21d4b95 100644
--- a/VisualC/SDL/SDL_VS2005.vcproj
+++ b/VisualC/SDL/SDL_VS2005.vcproj
@@ -856,14 +856,6 @@
>
</File>
<File
- RelativePath="..\..\src\video\windows\SDL_gdirender.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_gdirender.h"
- >
- </File>
- <File
RelativePath="..\..\src\events\SDL_gesture.c"
>
</File>
diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj
index c1ded67b..5f8ef345 100644
--- a/VisualC/SDL/SDL_VS2008.vcproj
+++ b/VisualC/SDL/SDL_VS2008.vcproj
@@ -843,14 +843,6 @@
>
</File>
<File
- RelativePath="..\..\src\video\windows\SDL_gdirender.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_gdirender.h"
- >
- </File>
- <File
RelativePath="..\..\src\events\SDL_gesture.c"
>
</File>
diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj
index 67e7ef34..2a0ea40b 100644
--- a/VisualC/SDL/SDL_VS2010.vcxproj
+++ b/VisualC/SDL/SDL_VS2010.vcxproj
@@ -296,7 +296,6 @@ echo #define SDL_REVISION "hg-0:baadf00d" &gt;"$(ProjectDir)\..\..\include\SDL_r
<ClInclude Include="..\..\src\SDL_error_c.h" />
<ClInclude Include="..\..\src\events\SDL_events_c.h" />
<ClInclude Include="..\..\src\SDL_fatal.h" />
- <ClInclude Include="..\..\src\video\windows\SDL_gdirender.h" />
<ClInclude Include="..\..\src\video\SDL_glesfuncs.h" />
<ClInclude Include="..\..\src\video\SDL_glfuncs.h" />
<ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
@@ -401,7 +400,6 @@ echo #define SDL_REVISION "hg-0:baadf00d" &gt;"$(ProjectDir)\..\..\include\SDL_r
<ClCompile Include="..\..\src\SDL_fatal.c" />
<ClCompile Include="..\..\src\video\SDL_fillrect.c" />
<ClCompile Include="..\..\src\video\SDL_gamma.c" />
- <ClCompile Include="..\..\src\video\windows\SDL_gdirender.c" />
<ClCompile Include="..\..\src\stdlib\SDL_getenv.c" />
<ClCompile Include="..\..\src\haptic\SDL_haptic.c" />
<ClCompile Include="..\..\src\stdlib\SDL_iconv.c" />