changeset 5036:c8f23a7c39d5

The clipboard API was missing from the 2010 project
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 13:44:21 -0800
parents 5bb673951db2
children c8f11c4ced7d
files VisualC/SDL/SDL_VS2010.vcxproj
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/VisualC/SDL/SDL_VS2010.vcxproj	Wed Jan 19 13:07:25 2011 -0800
+++ b/VisualC/SDL/SDL_VS2010.vcxproj	Wed Jan 19 13:44:21 2011 -0800
@@ -235,6 +235,7 @@
     <ClInclude Include="..\..\include\SDL_assert.h" />
     <ClInclude Include="..\..\include\SDL_atomic.h" />
     <ClInclude Include="..\..\include\SDL_audio.h" />
+    <ClInclude Include="..\..\include\SDL_clipboard.h" />
     <ClInclude Include="..\..\include\SDL_compat.h" />
     <ClInclude Include="..\..\include\SDL_config.h" />
     <ClInclude Include="..\..\include\SDL_config_win32.h" />
@@ -386,6 +387,7 @@
     <ClCompile Include="..\..\src\video\SDL_bmp.c" />
     <ClCompile Include="..\..\src\SDL_compat.c" />
     <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" />
+    <ClCompile Include="..\..\src\video\SDL_clipboard.c" />
     <ClCompile Include="..\..\src\video\SDL_shape.c" />
     <ClCompile Include="..\..\src\video\win32\SDL_d3drender.c" />
     <ClCompile Include="..\..\src\audio\windib\SDL_dibaudio.c" />
@@ -458,4 +460,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file