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