home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / m / makealf / !ReadMe
Text File  |  1996-11-24  |  1KB  |  47 lines

  1. 1. This software (and its documentation) is copyrighted; please see the
  2.    documentation for details. (Don’t panic: it’s free...)
  3.  
  4. 2. I think everything here should work fine under RISC OS 2 and RISC OS 3.1.
  5.    I’ve only tested it under RISC OS 3.5, though.
  6.  
  7. 3. What follows is a brief “map” of this distribution.
  8.  
  9. ----------------------------------------------------------------------------
  10.  
  11. Source
  12. ------
  13.  
  14.   contains source code, of course.
  15.  
  16.     Source.c
  17.     Source.h
  18.     Source.o
  19.     Source.s
  20.       are just what you’d expect (.s is assembler)
  21.       and contain the complete source code, and object files for
  22.       the machine-code bits (so you don’t need an assembler).
  23.  
  24.     Source.b
  25.       contains source for programs assembled using the BASIC assembler.
  26.  
  27.     Source.makeALF
  28.     Source.ALFdir
  29.     Source.ALFsymt
  30.     Source.ChunkList
  31.     Source.ChunkRead
  32.       are the actual programs (so you don’t need a compiler)
  33.  
  34.     Source.Makefile
  35.       is, erm, a makefile. You may need to change some of the definitions
  36.       at the start.
  37.  
  38. Doc
  39. ---
  40.  
  41.   contains documentation.
  42.  
  43.     Doc.Impression
  44.     Doc.Text
  45.     Doc.PostScript   <-- not actually included!, but I can send it to you.
  46.       all contain the same information.
  47.