historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/kernel/build.xml
2024-01-16 11:20:27 -06:00

16 lines
359 B
XML

<build>
<executable name="forthstrap" target="host">
<object source="dict.c"/>
<object source="bootstrap.c"/>
<object source="forth.c"/>
<object source="stack.c"/>
</executable>
<library name="bootstrap" type="static" target="target">
<object source="dict.c"/>
<object source="forth.c"/>
<object source="stack.c"/>
</library>
</build>