home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mawk11as.zip / MACINTOS / THINK_C.PRO < prev   
Text File  |  1991-12-18  |  858b  |  57 lines

  1. The THINK C project file is a binary file, so I'm not posting one verbatim.
  2. Here's a synopsis of the three project files used for compiling MAWK.  The
  3. dashed lines indicate segment divisions.
  4.  
  5.  
  6. SCANCODE PROJECT:    makescan.c
  7.             ----------
  8.             ANSI
  9.             ----------
  10.             MacTraps
  11.             unix
  12.             ----------
  13.  
  14. REGEXP LIB PROJECT:    rexp.c
  15.             rexp0.c
  16.             rexp1.c
  17.             rexp2.c
  18.             rexp3.c
  19.             rexpdb.c
  20.             ----------
  21.  
  22. MAWK PROJECT:        array.c
  23.             bi_funct.c
  24.             bi_vars.c
  25.             cast.c
  26.             code.c
  27.             da.c
  28.             error.c
  29.             execute.c
  30.             fcall.c
  31.             field.c
  32.             files.c
  33.             fin.c
  34.             hash.c
  35.             init.c
  36.             jmp.c
  37.             kw.c
  38.             main.c
  39.             matherr.c
  40.             memory.c
  41.             ----------
  42.             print.c
  43.             re_cmpl.c
  44.             scan.c
  45.             scancode.c
  46.             split.c
  47.             version.c
  48.             zmalloc.c
  49.             ----------
  50.             parse.c
  51.             ----------
  52.             ANSI
  53.             unix
  54.             ----------
  55.             MacTraps
  56.             ----------
  57.