summaryrefslogtreecommitdiff
path: root/VisualC
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2012-09-30 23:08:46 -0700
committerSam Lantinga <slouken@libsdl.org>2012-09-30 23:08:46 -0700
commitaf274bb9f521e764760c4af522ebd0060220cd5a (patch)
treee74a3547c7c420c0f35d000882446f80bf534436 /VisualC
parent2030d6d9ab8b356ea2856df42de4d8a39ba351b8 (diff)
Added SDL_dropevents.c to the Visual C projects
Diffstat (limited to 'VisualC')
-rw-r--r--VisualC/SDL/SDL_VS2008.vcproj8
-rw-r--r--VisualC/SDL/SDL_VS2010.vcxproj2
2 files changed, 10 insertions, 0 deletions
diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj
index fc214e7eb6..f947b5e8fe 100644
--- a/VisualC/SDL/SDL_VS2008.vcproj
+++ b/VisualC/SDL/SDL_VS2008.vcproj
@@ -809,6 +809,14 @@
>
</File>
<File
+ RelativePath="..\..\src\events\SDL_dropevents.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_dropevents_c.c"
+ >
+ </File>
+ <File
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
>
</File>
diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj
index 2599c2b040..b4917eacf0 100644
--- a/VisualC/SDL/SDL_VS2010.vcxproj
+++ b/VisualC/SDL/SDL_VS2010.vcxproj
@@ -273,6 +273,7 @@
<ClInclude Include="..\..\src\render\software\SDL_draw.h" />
<ClInclude Include="..\..\src\render\software\SDL_drawline.h" />
<ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" />
+ <ClInclude Include="..\..\src\events\SDL_dropevents_c.c" />
<ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" />
<ClInclude Include="..\..\src\render\software\SDL_rotate.h" />
<ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
@@ -386,6 +387,7 @@
<ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
<ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
<ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c" />
+ <ClCompile Include="..\..\src\events\SDL_dropevents.c" />
<ClCompile Include="..\..\src\audio\xaudio2\SDL_xaudio2.c" />
<ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" />
<ClCompile Include="..\..\src\SDL_error.c" />