home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 575 / fpupatch / fpu_test.prj < prev    next >
Encoding:
Text File  |  1991-10-21  |  589 b   |  19 lines

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