home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / CUPL21-2.ZIP / SMALL.BLD < prev   
Encoding:
Text File  |  1985-09-24  |  286 b   |  22 lines

  1. /*
  2.  * Build small.dl from p22v10, f105, and
  3.  * p16rp8 in cupl.dl
  4.  */
  5.  
  6. /*
  7.  * Target library -- what is to be built
  8.  */
  9.  
  10. target smallib.dl
  11.  
  12. /*
  13.  * Source libraries -- input libraries
  14.  * and devices to build the target from
  15.  */ 
  16.  
  17. source  cupl.dl
  18.     p22v10
  19.     f105
  20.     p16rp8
  21.  
  22.