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:
parent
073606b858
commit
ca76db1ee4
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user