Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / kernel / build.xml
1 <build>
2
3  <executable name="forthstrap" target="host">
4   <object source="dict.c"/>
5   <object source="bootstrap.c"/>
6   <object source="forth.c"/>
7   <object source="stack.c"/>
8  </executable>
9  
10  <library name="bootstrap" type="static" target="target">
11   <object source="dict.c"/>
12   <object source="forth.c"/>
13   <object source="stack.c"/>
14  </library>
15   
16 </build>