1
0
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:
twinaphex 2014-06-01 05:36:52 +02:00
parent 4f27c4b56d
commit 5b04b3dbca
2 changed files with 6 additions and 2 deletions

@ -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>