home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 575 / fpupatch / fpucobin.mup < prev    next >
Encoding:
Text File  |  1991-11-29  |  640 b   |  23 lines

  1. #
  2. # Programs with this new libraries runs on a normal Atari ST, supports
  3. # the SPF004 (Atari coprzessor) as the orginal Turbo-C libraries.
  4. # __AND__ this libraries support also a real coprozessor like it is in
  5. # an Atari TT and a MC68040 for single, double and extended floating point
  6. # arithmetic.
  7. #
  8.  
  9. setenv TCLIBPATH C:\TC\LIB
  10.  
  11. #
  12. # Create a new TCSTDLIB with new "_fpuinit", which search _FPU cookie
  13. #
  14. CHG_LIB $TCLIBPATH\TCSTDLIB.LIB STD.LIB
  15. mv TMP.LIB $TCLIBPATH\TCSTD.LIB
  16.  
  17. #
  18. # Create a new TCFLTLIB with real coprozessor support (like TT)
  19. #
  20. CHG_LIB $TCLIBPATH\TCFLTLIB.LIB FLT.LIB
  21. mv TMP.LIB $TCLIBPATH\TCFLT.LIB
  22.  
  23.