Mercurial > sdl-ios-xcode
comparison VisualC/SDL/SDL_VS2010.vcxproj @ 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 | 3a95a2b93eb3 |
children | fc26fb7e20af |
comparison
equal
deleted
inserted
replaced
5035:5bb673951db2 | 5036:c8f23a7c39d5 |
---|---|
233 <ItemGroup> | 233 <ItemGroup> |
234 <ClInclude Include="..\..\include\SDL.h" /> | 234 <ClInclude Include="..\..\include\SDL.h" /> |
235 <ClInclude Include="..\..\include\SDL_assert.h" /> | 235 <ClInclude Include="..\..\include\SDL_assert.h" /> |
236 <ClInclude Include="..\..\include\SDL_atomic.h" /> | 236 <ClInclude Include="..\..\include\SDL_atomic.h" /> |
237 <ClInclude Include="..\..\include\SDL_audio.h" /> | 237 <ClInclude Include="..\..\include\SDL_audio.h" /> |
238 <ClInclude Include="..\..\include\SDL_clipboard.h" /> | |
238 <ClInclude Include="..\..\include\SDL_compat.h" /> | 239 <ClInclude Include="..\..\include\SDL_compat.h" /> |
239 <ClInclude Include="..\..\include\SDL_config.h" /> | 240 <ClInclude Include="..\..\include\SDL_config.h" /> |
240 <ClInclude Include="..\..\include\SDL_config_win32.h" /> | 241 <ClInclude Include="..\..\include\SDL_config_win32.h" /> |
241 <ClInclude Include="..\..\include\SDL_copying.h" /> | 242 <ClInclude Include="..\..\include\SDL_copying.h" /> |
242 <ClInclude Include="..\..\include\SDL_cpuinfo.h" /> | 243 <ClInclude Include="..\..\include\SDL_cpuinfo.h" /> |
384 <ClCompile Include="..\..\src\video\SDL_blit_N.c" /> | 385 <ClCompile Include="..\..\src\video\SDL_blit_N.c" /> |
385 <ClCompile Include="..\..\src\video\SDL_blit_slow.c" /> | 386 <ClCompile Include="..\..\src\video\SDL_blit_slow.c" /> |
386 <ClCompile Include="..\..\src\video\SDL_bmp.c" /> | 387 <ClCompile Include="..\..\src\video\SDL_bmp.c" /> |
387 <ClCompile Include="..\..\src\SDL_compat.c" /> | 388 <ClCompile Include="..\..\src\SDL_compat.c" /> |
388 <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" /> | 389 <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" /> |
390 <ClCompile Include="..\..\src\video\SDL_clipboard.c" /> | |
389 <ClCompile Include="..\..\src\video\SDL_shape.c" /> | 391 <ClCompile Include="..\..\src\video\SDL_shape.c" /> |
390 <ClCompile Include="..\..\src\video\win32\SDL_d3drender.c" /> | 392 <ClCompile Include="..\..\src\video\win32\SDL_d3drender.c" /> |
391 <ClCompile Include="..\..\src\audio\windib\SDL_dibaudio.c" /> | 393 <ClCompile Include="..\..\src\audio\windib\SDL_dibaudio.c" /> |
392 <ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" /> | 394 <ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" /> |
393 <ClCompile Include="..\..\src\video\SDL_drawline.c" /> | 395 <ClCompile Include="..\..\src\video\SDL_drawline.c" /> |