home *** CD-ROM | disk | FTP | other *** search
- %.Lib Directory path for fortran libraries.
- DrawF
- Binaryio
- Graphics
- SpriteOp
- Utils
- Wimp
- f77 supplied with Release 2 of Acorn's Fortran compiler
-
- LibList file format
- In this version all libraries must be in the same directory, with a
- directory path defined by the 1st line in the file. (This 1st line uses %, a synonym for the RISC OS library directory)
-
- The other lines contain Library names in the order you want them loaded.
- Names must start at the beginning of the line, and terminate with a 'blank'
- or <newline> character. The remainder of the line can be used for comments.
-
- A line starting with a 'blank' or the end of file terminates the list.
-
- f77 must be included, but its position is ignored, it is always put at the
- end !!
-
- If either the directory, or any of the libraries cannot be found, !fortran77 will give an error message and exit.