mirror of
https://github.com/cc65/cc65.git
synced 2025-01-06 22:31:52 +00:00
fix build break on da65
This commit is contained in:
parent
f4c51046f0
commit
8a08413263
@ -86,6 +86,7 @@
|
||||
<ClCompile Include="da65\infofile.c" />
|
||||
<ClCompile Include="da65\labels.c" />
|
||||
<ClCompile Include="da65\main.c" />
|
||||
<ClCompile Include="da65\opc4510.c" />
|
||||
<ClCompile Include="da65\opc6502.c" />
|
||||
<ClCompile Include="da65\opc6502x.c" />
|
||||
<ClCompile Include="da65\opc65816.c" />
|
||||
@ -109,6 +110,7 @@
|
||||
<ClInclude Include="da65\handler.h" />
|
||||
<ClInclude Include="da65\infofile.h" />
|
||||
<ClInclude Include="da65\labels.h" />
|
||||
<ClInclude Include="da65\opc4510.h" />
|
||||
<ClInclude Include="da65\opc6502.h" />
|
||||
<ClInclude Include="da65\opc6502x.h" />
|
||||
<ClInclude Include="da65\opc65816.h" />
|
||||
|
Loading…
Reference in New Issue
Block a user