mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
Trying re-ordering of dependencies to get the Windows version to compile.
This commit is contained in:
parent
d512954fe9
commit
073606b858
@ -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