(XDK) Add platform_xdk.c to Salamander solutions
This commit is contained in:
parent
dfc0b5f7ea
commit
66ea183fc7
|
@ -269,6 +269,7 @@
|
||||||
<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" />
|
<ClCompile Include="..\..\frontend\platform\platform_null.c" />
|
||||||
|
<ClCompile Include="..\..\frontend\platform\platform_xdk.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
|
|
@ -35,5 +35,8 @@
|
||||||
<ClCompile Include="..\..\frontend\platform\platform_null.c">
|
<ClCompile Include="..\..\frontend\platform\platform_null.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\frontend\platform\platform_xdk.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -440,6 +440,39 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\frontend\platform\platform_null.c">
|
RelativePath="..\..\frontend\platform\platform_null.c">
|
||||||
</File>
|
</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>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
|
|
Loading…
Reference in New Issue