mirror of
https://github.com/libretro/RetroArch
synced 2025-02-16 12:39:59 +00:00
(360) Salamander build fix
This commit is contained in:
parent
4f27c4b56d
commit
5b04b3dbca
msvc/RetroArch-360-Salamander
@ -268,6 +268,7 @@
|
|||||||
<ClCompile Include="..\..\file_path.c" />
|
<ClCompile Include="..\..\file_path.c" />
|
||||||
<ClCompile Include="..\..\frontend\frontend_salamander.c" />
|
<ClCompile Include="..\..\frontend\frontend_salamander.c" />
|
||||||
<ClCompile Include="..\..\frontend\frontend_context.c" />
|
<ClCompile Include="..\..\frontend\frontend_context.c" />
|
||||||
|
<ClCompile Include="..\..\frontend\platform\platform_null.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
@ -32,5 +32,8 @@
|
|||||||
<ClCompile Include="..\..\frontend\frontend_context.c">
|
<ClCompile Include="..\..\frontend\frontend_context.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\frontend\platform\platform_null.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user