mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-23 21:21:19 +00:00
(MSVC 2010) Build fix
This commit is contained in:
parent
a8642eb686
commit
beb0a80692
@ -224,6 +224,7 @@
|
||||
<ClCompile Include="..\..\frontend\menu\menu_input_line_cb.c" />
|
||||
<ClCompile Include="..\..\frontend\menu\menu_navigation.c" />
|
||||
<ClCompile Include="..\..\frontend\info\core_info.c" />
|
||||
<ClCompile Include="..\..\frontend\platform\platform_null.c" />
|
||||
<ClCompile Include="..\..\gfx\d3d9\d3d.cpp" />
|
||||
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp" />
|
||||
<ClCompile Include="..\..\gfx\d3d9\render_chain.cpp" />
|
||||
@ -338,4 +339,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
@ -238,6 +238,9 @@
|
||||
<ClCompile Include="..\..\gfx\shader_common.c">
|
||||
<Filter>gfx</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\frontend\platform\platform_null.c">
|
||||
<Filter>frontend\platform</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
@ -306,5 +309,8 @@
|
||||
<Filter Include="frontend\menu\backend">
|
||||
<UniqueIdentifier>{dd1ca879-56f4-43f6-8bd8-ae50222061e8}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="frontend\platform">
|
||||
<UniqueIdentifier>{09d78055-1c93-4f12-ae3e-97aaa90cf78f}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user