summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/forth/system/build.xml
blob: f15440a07b5dad611924211470ed53346045e9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<build>

 <!--
  build description for openbios system bindings
 
  Copyright (C) 2004-2005 by Stefan Reinauer
  See the file "COPYING" for further information about
  the copyright and warranty status of this work.
  -->

 <dictionary name="openbios" target="forth">
  <object source="main.fs"/>
  <object source="ciface.fs"/>
 </dictionary>

</build>