1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-08 19:38:55 +00:00

peripherals.c now at the back of the dependency list.

This commit is contained in:
Sidney Cadot 2024-12-24 11:59:52 +01:00
parent 073606b858
commit ca76db1ee4

View File

@ -82,19 +82,19 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="sim65\peripherals.h" />
<ClInclude Include="sim65\6502.h" />
<ClInclude Include="sim65\error.h" />
<ClInclude Include="sim65\memory.h" />
<ClInclude Include="sim65\paravirt.h" />
<ClInclude Include="sim65\peripherals.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="sim65\peripherals.c" />
<ClCompile Include="sim65\6502.c" />
<ClCompile Include="sim65\error.c" />
<ClCompile Include="sim65\main.c" />
<ClCompile Include="sim65\memory.c" />
<ClCompile Include="sim65\paravirt.c" />
<ClInclude Include="sim65\peripherals.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">