update sdl Merge commit '644725478f4de0f074a6834e8423ac36dce3974f'
This commit is contained in:
16
external/sdl/SDL/VisualC-WinRT/SDL-UWP.vcxproj
vendored
16
external/sdl/SDL/VisualC-WinRT/SDL-UWP.vcxproj
vendored
@ -94,6 +94,11 @@
|
||||
<ClInclude Include="..\src\audio\SDL_audiodev_c.h" />
|
||||
<ClInclude Include="..\src\audio\SDL_audio_c.h" />
|
||||
<ClInclude Include="..\src\audio\SDL_sysaudio.h" />
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<ClInclude Include="..\src\audio\SDL_audioqueue.h" />
|
||||
<ClInclude Include="..\src\audio\SDL_audioresample.h" />
|
||||
>>>>>>> 644725478f4de0f074a6834e8423ac36dce3974f
|
||||
<ClInclude Include="..\src\audio\SDL_wave.h" />
|
||||
<ClInclude Include="..\src\audio\wasapi\SDL_wasapi.h" />
|
||||
<ClInclude Include="..\src\core\windows\SDL_directx.h" />
|
||||
@ -147,7 +152,10 @@
|
||||
<ClInclude Include="..\src\render\software\SDL_rotate.h" />
|
||||
<ClInclude Include="..\src\render\software\SDL_triangle.h" />
|
||||
<ClInclude Include="..\src\SDL_assert_c.h" />
|
||||
<<<<<<< HEAD
|
||||
<ClInclude Include="..\src\SDL_dataqueue.h" />
|
||||
=======
|
||||
>>>>>>> 644725478f4de0f074a6834e8423ac36dce3974f
|
||||
<ClInclude Include="..\src\SDL_error_c.h" />
|
||||
<ClInclude Include="..\src\SDL_fatal.h" />
|
||||
<ClInclude Include="..\src\SDL_hints_c.h" />
|
||||
@ -194,6 +202,11 @@
|
||||
<ClCompile Include="..\src\audio\SDL_audiocvt.c" />
|
||||
<ClCompile Include="..\src\audio\SDL_audiodev.c" />
|
||||
<ClCompile Include="..\src\audio\SDL_audiotypecvt.c" />
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<ClCompile Include="..\src\audio\SDL_audioqueue.c" />
|
||||
<ClCompile Include="..\src\audio\SDL_audioresample.c" />
|
||||
>>>>>>> 644725478f4de0f074a6834e8423ac36dce3974f
|
||||
<ClCompile Include="..\src\audio\SDL_mixer.c" />
|
||||
<ClCompile Include="..\src\audio\SDL_wave.c" />
|
||||
<ClCompile Include="..\src\audio\wasapi\SDL_wasapi.c" />
|
||||
@ -388,7 +401,10 @@
|
||||
<ClCompile Include="..\src\render\software\SDL_triangle.c" />
|
||||
<ClCompile Include="..\src\SDL.c" />
|
||||
<ClCompile Include="..\src\SDL_assert.c" />
|
||||
<<<<<<< HEAD
|
||||
<ClCompile Include="..\src\SDL_dataqueue.c" />
|
||||
=======
|
||||
>>>>>>> 644725478f4de0f074a6834e8423ac36dce3974f
|
||||
<ClCompile Include="..\src\SDL_list.c" />
|
||||
<ClCompile Include="..\src\SDL_error.c" />
|
||||
<ClCompile Include="..\src\SDL_guid.c" />
|
||||
|
Reference in New Issue
Block a user