home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 213a.lha / Sozobon-C / readme.src < prev    next >
Text File  |  1996-02-14  |  993b  |  37 lines

  1.  
  2.               Sozobon C Compiler
  3.  
  4.                  Version 1.0
  5.  
  6.  
  7. The files in this archive are:
  8.  
  9. readme       This file.
  10.  
  11. announce   A product announcement summarizing the features of the Sozobon
  12.        C compiler.
  13.  
  14. hcc.arc
  15. jas.arc
  16. ld.arc
  17. libfp.arc
  18. make.arc
  19. tools.arc
  20. top.arc
  21.        Archives containing the source code for various parts of the
  22.        compiler. These should each be unpacked in a subdirectory
  23.        of the obvious name (e.g. "make.arc" into directory "make").
  24.  
  25. makefile
  26.        This is a top-level makefile that will run make recursively
  27.        in each source subdirectory.
  28.  
  29. These files comprise the source code portion of the Sozobon compiler. To
  30. use the compiler you'll also need the executable portion and a copy of
  31. the runtime library "dLibs" (version 1.2). These should be available
  32. wherever you received this file.
  33.  
  34. The compiler has been self-hosted (i.e. can compile itself) for quite a
  35. while now, so this archive and the executable distribution is all you
  36. need to be able to hack on any part of the system.
  37.