mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
(MSVC) Build fix
This commit is contained in:
parent
09d29d267a
commit
b4592f6286
@ -227,6 +227,7 @@
|
||||
<ClCompile Include="..\..\gfx\d3d9\d3d.cpp" />
|
||||
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp" />
|
||||
<ClCompile Include="..\..\gfx\d3d9\render_chain.cpp" />
|
||||
<ClCompile Include="..\..\gfx\filter.c" />
|
||||
<ClCompile Include="..\..\gfx\fonts\bitmapfont.c" />
|
||||
<ClCompile Include="..\..\gfx\fonts\d3d_font.c" />
|
||||
<ClCompile Include="..\..\gfx\fonts\d3d_w32_font.cpp" />
|
||||
@ -333,4 +334,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
@ -228,6 +228,10 @@
|
||||
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp">
|
||||
<Filter>gfx\context</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c" />
|
||||
<ClCompile Include="..\..\gfx\filter.c">
|
||||
<Filter>gfx</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
@ -294,4 +298,4 @@
|
||||
<UniqueIdentifier>{bc290b55-620e-4351-b3b8-4d7a0a3b8792}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user