home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / fortranf1_1 / !Fortran77_LibList < prev    next >
Encoding:
Text File  |  1992-01-16  |  913 b   |  23 lines

  1. %.Lib     Directory path for fortran libraries.
  2. DrawF
  3. Binaryio     
  4. Graphics
  5. SpriteOp  
  6. Utils     
  7. Wimp      
  8. f77       supplied with Release 2 of Acorn's Fortran compiler
  9.  
  10.                      LibList file format
  11. In this version all libraries must be in the same directory, with a
  12. directory path defined by the 1st line in the file. (This 1st line uses %, a synonym for the RISC OS library directory)
  13.  
  14. The other lines contain Library names in the order you want them loaded.
  15. Names must start at the beginning of the line, and terminate with a 'blank'
  16. or <newline> character.  The remainder of the line can be used for comments.
  17.  
  18. A line starting with a 'blank' or the end of file terminates the list.
  19.  
  20. f77 must be included, but its position is ignored, it is always put at the
  21. end !!
  22.      
  23. If either the directory, or any of the libraries cannot be found, !fortran77 will give an error message and exit.