mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Merge pull request #359 from peterferrie/master
fix build break on da65
This commit is contained in:
commit
b53206cde7
@ -86,6 +86,7 @@
|
|||||||
<ClCompile Include="da65\infofile.c" />
|
<ClCompile Include="da65\infofile.c" />
|
||||||
<ClCompile Include="da65\labels.c" />
|
<ClCompile Include="da65\labels.c" />
|
||||||
<ClCompile Include="da65\main.c" />
|
<ClCompile Include="da65\main.c" />
|
||||||
|
<ClCompile Include="da65\opc4510.c" />
|
||||||
<ClCompile Include="da65\opc6502.c" />
|
<ClCompile Include="da65\opc6502.c" />
|
||||||
<ClCompile Include="da65\opc6502x.c" />
|
<ClCompile Include="da65\opc6502x.c" />
|
||||||
<ClCompile Include="da65\opc65816.c" />
|
<ClCompile Include="da65\opc65816.c" />
|
||||||
@ -109,6 +110,7 @@
|
|||||||
<ClInclude Include="da65\handler.h" />
|
<ClInclude Include="da65\handler.h" />
|
||||||
<ClInclude Include="da65\infofile.h" />
|
<ClInclude Include="da65\infofile.h" />
|
||||||
<ClInclude Include="da65\labels.h" />
|
<ClInclude Include="da65\labels.h" />
|
||||||
|
<ClInclude Include="da65\opc4510.h" />
|
||||||
<ClInclude Include="da65\opc6502.h" />
|
<ClInclude Include="da65\opc6502.h" />
|
||||||
<ClInclude Include="da65\opc6502x.h" />
|
<ClInclude Include="da65\opc6502x.h" />
|
||||||
<ClInclude Include="da65\opc65816.h" />
|
<ClInclude Include="da65\opc65816.h" />
|
||||||
|
Loading…
Reference in New Issue
Block a user