mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-12 12:30:07 +00:00
Different link flag order for picky version of ld65.
This commit is contained in:
parent
9736c2a729
commit
2bc4e4c845
@ -44,12 +44,12 @@
|
|||||||
<!-- Link the texture expansion code -->
|
<!-- Link the texture expansion 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}/expand.bin#0800"/>
|
||||||
<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$800"/>
|
<arg value="0x$800"/>
|
||||||
<arg value="-o"/>
|
|
||||||
<arg value="${build.dir}/expand.bin#0800"/>
|
|
||||||
<fileset dir="${build.dir}" includes="expand.o"/>
|
<fileset dir="${build.dir}" includes="expand.o"/>
|
||||||
</apply>
|
</apply>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user