home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / science / readseq / readseq.prj < prev    next >
Text File  |  1993-07-17  |  548b  |  20 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. READSEQ.TOS        ; name of executable program is topmost window
  4.  
  5. =                  ; list of modules follows...
  6.  
  7. PCSTART.O          ; startup code
  8.  
  9. UREADSEQ.C
  10. READSEQ.C
  11.  
  12. PCBGILIB.LIB       ; BGI library
  13. PCFLTLIB.LIB       ; floating point library
  14. PCSTDLIB.LIB       ; standard library
  15.  
  16. PCEXTLIB.LIB       ; extended library
  17. PCTOSLIB.LIB       ; TOS library
  18. PCLNALIB.LIB       ; LINE-A library
  19.  
  20. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<