mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
17 lines
369 B
XML
17 lines
369 B
XML
|
|
<build>
|
||
|
|
|
||
|
|
<executable name="forthstrap" target="host">
|
||
|
|
<object source="bootstrap.c"/>
|
||
|
|
<object source="dict.c"/>
|
||
|
|
<object source="primitives.c"/>
|
||
|
|
<object source="stack.c"/>
|
||
|
|
</executable>
|
||
|
|
|
||
|
|
<library name="bootstrap" type="static" target="target">
|
||
|
|
<object source="dict.c"/>
|
||
|
|
<object source="primitives.c"/>
|
||
|
|
<object source="stack.c"/>
|
||
|
|
</library>
|
||
|
|
|
||
|
|
</build>
|