mirror of
https://github.com/cc65/cc65.git
synced 2024-11-17 09:07:32 +00:00
Adjusted to https://github.com/cc65/cc65/pull/1124.
This commit is contained in:
parent
9c70bd44a6
commit
e1043fac12
@ -135,6 +135,7 @@
|
||||
<ClInclude Include="cc65\shiftexpr.h" />
|
||||
<ClInclude Include="cc65\stackptr.h" />
|
||||
<ClInclude Include="cc65\standard.h" />
|
||||
<ClInclude Include="cc65\staticassert.h" />
|
||||
<ClInclude Include="cc65\stdfunc.h" />
|
||||
<ClInclude Include="cc65\stdnames.h" />
|
||||
<ClInclude Include="cc65\stmt.h" />
|
||||
@ -209,6 +210,7 @@
|
||||
<ClCompile Include="cc65\shiftexpr.c" />
|
||||
<ClCompile Include="cc65\stackptr.c" />
|
||||
<ClCompile Include="cc65\standard.c" />
|
||||
<ClCompile Include="cc65\staticassert.c" />
|
||||
<ClCompile Include="cc65\stdfunc.c" />
|
||||
<ClCompile Include="cc65\stdnames.c" />
|
||||
<ClCompile Include="cc65\stmt.c" />
|
||||
|
Loading…
Reference in New Issue
Block a user