1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-18 05:43:34 +00:00

(MSVC) Build fix

This commit is contained in:
Twinaphex 2014-04-16 14:45:34 -07:00
parent 09d29d267a
commit b4592f6286
2 changed files with 7 additions and 2 deletions

@ -227,6 +227,7 @@
<ClCompile Include="..\..\gfx\d3d9\d3d.cpp" /> <ClCompile Include="..\..\gfx\d3d9\d3d.cpp" />
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp" /> <ClCompile Include="..\..\gfx\context\d3d_ctx.cpp" />
<ClCompile Include="..\..\gfx\d3d9\render_chain.cpp" /> <ClCompile Include="..\..\gfx\d3d9\render_chain.cpp" />
<ClCompile Include="..\..\gfx\filter.c" />
<ClCompile Include="..\..\gfx\fonts\bitmapfont.c" /> <ClCompile Include="..\..\gfx\fonts\bitmapfont.c" />
<ClCompile Include="..\..\gfx\fonts\d3d_font.c" /> <ClCompile Include="..\..\gfx\fonts\d3d_font.c" />
<ClCompile Include="..\..\gfx\fonts\d3d_w32_font.cpp" /> <ClCompile Include="..\..\gfx\fonts\d3d_w32_font.cpp" />
@ -333,4 +334,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>

@ -228,6 +228,10 @@
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp"> <ClCompile Include="..\..\gfx\context\d3d_ctx.cpp">
<Filter>gfx\context</Filter> <Filter>gfx\context</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c" />
<ClCompile Include="..\..\gfx\filter.c">
<Filter>gfx</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="resource.h" /> <ClInclude Include="resource.h" />
@ -294,4 +298,4 @@
<UniqueIdentifier>{bc290b55-620e-4351-b3b8-4d7a0a3b8792}</UniqueIdentifier> <UniqueIdentifier>{bc290b55-620e-4351-b3b8-4d7a0a3b8792}</UniqueIdentifier>
</Filter> </Filter>
</ItemGroup> </ItemGroup>
</Project> </Project>