home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mntlib25.zoo / purec / mint881.prj < prev    next >
Text File  |  1992-09-30  |  509b  |  30 lines

  1. ; MiNT Library for Pure C
  2. ; Floating Point Support
  3.  
  4. ; uses FPU via Line-F (Pure C only!)
  5.  
  6. ; hohmuth 22 Sep 92
  7.  
  8. mint881.lib
  9.  
  10. .C [-T- -DNDEBUG -8]
  11. .L [-G -J]
  12.  
  13. =
  14.  
  15. ; things to override from mintlib.lib
  16. ..\main.c
  17. ..\doprnt.c
  18. ..\scanf.c
  19.  
  20. ; we still want to use the clean version of alloca().
  21. ;alloca.s [-DSTACK_CHECKING=1 -DFPU=1]
  22.  
  23. setjmp.s [-DFPU=1]
  24.  
  25. ; things only useable with floating point support
  26. ..\difftime.c
  27.  
  28. ; the Pure C floating point library with Line-F support
  29. PC881LIB.LIB
  30.