14-jun-2002	Craig A. Berry
2		Added rudimentary build procedures for 
3		OpenVMS based on work by Martin Vorlaender.
4
5
6You'll need MMS or its freeware equivalent MMK.  Just go to the 
7top-level directory and type
8
9$ MMS/DESCRIPTION=[.vms]
10 
11  or
12
13$ MMK/DESCRIPTION=[.vms]
14
15You'll end up with the object library expat.olb.  For now, installation
16consists merely of copying the object library, include files, and
17documentation to a suitable location.  
18
19To-do list:
20
21	-- create a shareable image
22	-- build and run the tests and build the xmlwf utility
23	-- create an install target
24