home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / TURBOC_2.LZH / DEFAULT.PRJ < prev    next >
Text File  |  1990-01-18  |  612b  |  20 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. *                  ; name of executable program is topmost window
  4.  
  5. =                  ; list of modules follows...
  6.  
  7. TCSTART.O          ; startup code
  8.  
  9. *                  ; compile topmost window
  10.  
  11. TCBGILIB.LIB       ; BGI library
  12. TCFLTLIB.LIB       ; floating point library
  13. TCSTDLIB.LIB       ; standard library
  14.  
  15. TCEXTLIB.LIB       ; extended library
  16. TCTOSLIB.LIB       ; TOS library
  17. TCGEMLIB.LIB       ; AES and VDI library
  18. TCLNALIB.LIB       ; LINE-A library
  19.  
  20. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<