~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/openbios/forth/util/build.xml

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<build>
 
2
 
 
3
 <!--
 
4
  build description for OpenBIOS utility functions
 
5
  
 
6
  Copyright (C) 2004-2005 by Stefan Reinauer
 
7
  See the file "COPYING" for further information about
 
8
  the copyright and warranty status of this work.
 
9
  -->
 
10
 
 
11
 <dictionary name="openbios" target="forth">
 
12
  <object source="util.fs"/>
 
13
  <object source="pci.fs"/>
 
14
  <!-- We don't want/need these at the moment
 
15
  <object source="apic.fs"/>
 
16
  -->
 
17
 </dictionary>
 
18
 
 
19
</build>