(XDK) Add platform_xdk.c to Salamander solutions

This commit is contained in:
twinaphex 2014-06-06 23:27:39 +02:00
parent dfc0b5f7ea
commit 66ea183fc7
3 changed files with 37 additions and 0 deletions

View File

@ -269,6 +269,7 @@
<ClCompile Include="..\..\frontend\frontend_salamander.c" />
<ClCompile Include="..\..\frontend\frontend_context.c" />
<ClCompile Include="..\..\frontend\platform\platform_null.c" />
<ClCompile Include="..\..\frontend\platform\platform_xdk.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@ -35,5 +35,8 @@
<ClCompile Include="..\..\frontend\platform\platform_null.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\frontend\platform\platform_xdk.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>

View File

@ -440,6 +440,39 @@
<File
RelativePath="..\..\frontend\platform\platform_null.c">
</File>
<File
RelativePath="..\..\frontend\platform\platform_xdk.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"