home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 342b.lha / cpp / org / readme < prev    next >
Text File  |  1990-01-26  |  1KB  |  22 lines

  1. This is a version of the Decus cpp which has been modified to run on
  2. the Amiga.  The bootstraping and porting process is not real straight-
  3. forward, and in fact required the resources of a Unix system cpp since
  4. neither Manx nor Lattice could properly deal with the cpp source code
  5. before preprocessing.  Thus, it may require some work and ingenuity
  6. to recreate the supplied executable!
  7.  
  8. This cpp predefines "amiga" as opposed to "AMIGA".  This is a somewhat
  9. belated attempt to coerce the Amiga world into following the convention
  10. of other C environments that the system predefines are lowercase to avoid
  11. clashes with user predefines, which are uppercase by convention.
  12.  
  13. A hacked up version of my Unix like cc frontend that knows about the
  14. cpp is also supplied, for the Manx compiler.
  15.  
  16. I was holding this back until I had a copy of the public domain C
  17. compiler and assembler to go along with it, but since these two items
  18. appear to be unreleasable for the immediate future, decided to go ahead
  19. and release the cpp now.
  20.  
  21. -Fred
  22.