|
@@ -104,6 +104,8 @@
|
|
|
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</CompileAsWinRT>
|
|
|
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</CompileAsWinRT>
|
|
|
</ClCompile>
|
|
|
+ <ClCompile Include="..\..\src\render\opengles2\SDL_render_gles2.c" />
|
|
|
+ <ClCompile Include="..\..\src\render\opengles2\SDL_shaders_gles2.c" />
|
|
|
<ClCompile Include="..\..\src\render\SDL_render.c" />
|
|
|
<ClCompile Include="..\..\src\render\SDL_yuv_mmx.c" />
|
|
|
<ClCompile Include="..\..\src\render\SDL_yuv_sw.c" />
|
|
@@ -284,6 +286,8 @@
|
|
|
<ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />
|
|
|
<ClInclude Include="..\..\src\render\direct3d11\SDL_render_d3d11_cpp.h" />
|
|
|
<ClInclude Include="..\..\src\render\mmx.h" />
|
|
|
+ <ClInclude Include="..\..\src\render\opengles2\SDL_gles2funcs.h" />
|
|
|
+ <ClInclude Include="..\..\src\render\opengles2\SDL_shaders_gles2.h" />
|
|
|
<ClInclude Include="..\..\src\render\SDL_sysrender.h" />
|
|
|
<ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h" />
|
|
|
<ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h" />
|