1
0
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:
sidney 2024-12-26 22:55:32 +01:00
parent af8a04dba0
commit 9978600d28

View File

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