Skip to content

Commit

Permalink
Add frontend_context to Salamander MSVC solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jul 27, 2013
1 parent 806e07d commit a5e62bb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
1 change: 1 addition & 0 deletions msvc/RetroArch-360-Salamander/RetroArch-Salamander.vcxproj
Expand Up @@ -267,6 +267,7 @@
</ClCompile>
<ClCompile Include="..\..\file_path.c" />
<ClCompile Include="..\..\frontend\frontend_salamander.c" />
<ClCompile Include="..\..\frontend\frontend_context.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Expand Up @@ -26,8 +26,11 @@
<ClCompile Include="..\..\file_path.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\frontend\frontend_console.c">
<ClCompile Include="..\..\frontend\frontend_salamander.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\frontend\frontend_context.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>
</Project>
33 changes: 33 additions & 0 deletions msvc/RetroArch-Xbox1-Salamander/RetroArch-Salamander.vcproj
Expand Up @@ -404,6 +404,39 @@
CompileAs="2"/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\frontend\frontend_context.c">
<FileConfiguration
Name="Debug|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Profile|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Profile_FastCap|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Release_LTCG|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
</File>
</Filter>
<Filter
Name="Header Files"
Expand Down

0 comments on commit a5e62bb

Please sign in to comment.