(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

View File

@ -268,6 +268,7 @@
<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">

View File

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