mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
git-svn-id: svn://coreboot.org/openbios/openbios-devel@1 f158a5a8-5612-0410-a976-696ce0be7e32
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>
|