mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-24 21:30:11 +00:00
Fixed ld65 arguments to work with newer versions that expect parameters in a more specific order
This commit is contained in:
parent
2bc4e4c845
commit
237dce5ea0
@ -56,12 +56,12 @@
|
|||||||
<!-- Link the main rendering code -->
|
<!-- Link the main rendering code -->
|
||||||
<apply executable="${LD65_TOOL}" dir="${build.dir}"
|
<apply executable="${LD65_TOOL}" dir="${build.dir}"
|
||||||
failonerror="true" verbose="true">
|
failonerror="true" verbose="true">
|
||||||
|
<arg value="-o"/>
|
||||||
|
<arg value="${build.dir}/render.bin#7000"/>
|
||||||
<arg value="--config"/>
|
<arg value="--config"/>
|
||||||
<arg value="${src.dir}/link.cfg"/>
|
<arg value="${src.dir}/link.cfg"/>
|
||||||
<arg value="--start-addr"/>
|
<arg value="--start-addr"/>
|
||||||
<arg value="0x$7000"/>
|
<arg value="0x$7000"/>
|
||||||
<arg value="-o"/>
|
|
||||||
<arg value="${build.dir}/render.bin#7000"/>
|
|
||||||
<fileset dir="${build.dir}" includes="render.o"/>
|
<fileset dir="${build.dir}" includes="render.o"/>
|
||||||
</apply>
|
</apply>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user