mirror of
https://github.com/cc65/cc65.git
synced 2025-03-15 12:29:32 +00:00
Fixed erroneous ClInclude to ClCompile (thanks Matteo Pompili!)
This commit is contained in:
parent
af8a04dba0
commit
9978600d28
@ -94,7 +94,7 @@
|
||||
<ClCompile Include="sim65\main.c" />
|
||||
<ClCompile Include="sim65\memory.c" />
|
||||
<ClCompile Include="sim65\paravirt.c" />
|
||||
<ClInclude Include="sim65\peripherals.c" />
|
||||
<ClCompile Include="sim65\peripherals.c" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
Loading…
x
Reference in New Issue
Block a user