home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 502b.lha / PCQ_v1.2 / Include / Exec / ExecName.i < prev    next >
Text File  |  1991-05-07  |  163b  |  10 lines

  1. {
  2.     ExecName.i for PCQ Pascal
  3.  
  4.     This file just defines the name of the exec library, which is
  5.     rarely used anyway.
  6. }
  7.  
  8. const
  9.     EXECNAME    = "exec.library";
  10.