Add support for Atari XEX file format to LD65
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
<ClInclude Include="ld65\span.h" />
|
||||
<ClInclude Include="ld65\spool.h" />
|
||||
<ClInclude Include="ld65\tpool.h" />
|
||||
<ClInclude Include="ld65\xex.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="ld65\asserts.c" />
|
||||
@@ -139,8 +140,9 @@
|
||||
<ClCompile Include="ld65\span.c" />
|
||||
<ClCompile Include="ld65\spool.c" />
|
||||
<ClCompile Include="ld65\tpool.c" />
|
||||
<ClCompile Include="ld65\xex.c" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user