home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 575 / fpupatch / readme < prev    next >
Encoding:
Text File  |  1991-12-03  |  3.3 KB  |  74 lines

  1.                                                           Marl, 21. Okt 1991
  2.  
  3. This Archive contains some files for patching the TurboC libraries
  4. TCSTDLIB.LIB and TCFLTLIB.LIB for Turbo-C version 1.1 or 2.0x (PureC?).
  5. Therefor you can also support the floating-point-coprocessor inside
  6. the Atari TT and this programs run on an normal ST and an ST with FPU,
  7. too.
  8. Use the libraries if you dont have an TT. All TT-Users will be happy!
  9.  
  10. This libraries are tested on an Atari TT with TurboC 2.03 and 2.05.
  11. For problems send me a notice and describe the bug!
  12.  
  13. ----------------------------------------------------------------------------
  14.  
  15. How you can patch the libraries?
  16. Using GEMINI:
  17.   - Copy TCSTDLIB.LIB and TCFLTLIB.LIB into the folder TC_1.1\, if you
  18.     use Turbo-C 1.1. For Turbo-C 2.0x you don't need this action.
  19.   - Load FPUCOBIN.MUP and edit the follow line:
  20.     'setenv TCLIBPATH C:\TC\LIB'
  21.     You must insert the path you are using for the TurboC libraries.
  22.   - Execute FPUCOBIN.MUP.
  23.   - Change your 'Projekt'-files: TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB
  24.     to TCFLT.LIB.
  25.  
  26. Turbo-C 1.1:
  27.   - Copy TCSTDLIB.LIB, TCFLTLIB.LIB and TLIB.TTP into TC_1.1\.
  28.   - Open TLIB.TTP with '-r TCFLTLIB.LIB FPUINI.O' as parameter without '.
  29.   - Do it again with '-r TCFLTLIB.LIB SINCOS.O' and '-r TCSTDLIB.LIB FPU.O'.
  30.   - Rename TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB to TCFLT.LIB.
  31.   - Copy this two file back to you library directory and change your
  32.     'Projekt'-files: TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB to TCFLT.LIB.
  33.  
  34. Turbo-C 2.0:
  35.   - Copy TCSTDLIB.LIB and TCFLTLIB.LIB into TC_2.0\.
  36.   - Open CHG_LIB.TTP with 'TCFLTLIB.LIB FLT.LIB' as parameter without '.
  37.     Copy the file TMP.LIB with the name TCFLT.LIB to your library directory.
  38.   - Open CHG_LIB.TTP with 'TCSTDLIB.LIB STD.LIB' as parameter without '.
  39.     Copy the file TMP.LIB with the name TCSTD.LIB to your library directory.
  40.   - Change your 'Projekt'files: TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB
  41.     to TCFLT.LIB.
  42.  
  43. ----------------------------------------------------------------------------
  44.  
  45. My Address:
  46.     Dieter Fiebelkorn
  47.     GrĂ¼ner Weg 29a
  48.     (W)4370 Marl 1
  49.     --- Gemany ---
  50.  
  51.     email: fiebelko@petra.informatik.uni-dortmund.de
  52.  
  53.  
  54.          Dieter
  55.  
  56. ----------------------------------------------------------------------------
  57.  
  58. FPU\README                  : this file
  59. FPU\LIESMICH                : german version
  60. FPU\TC_1.1\                 : files to patch TurboC 1.1
  61. FPU\TC_1.1\FPUCOBIN.MUP     : Mupfel(Shell)-Script to patch
  62. FPU\TC_1.1\__FPU\FPU.O      : Some new routinen for general FPU support
  63. FPU\TC_1.1\__FPU\SINCOS.O   : New SINCOS modul
  64. FPU\TC_1.1\__STD\FPUINI.O   : New function which find out even there is a
  65.                               FPU or not. Using the _FPU cookie
  66. FPU\TC_2.0\                 : files to patch TurboC 2.0x
  67. FPU\TC_2.0\FPUCOBIN.MUP     : Mupfel(Shell)-Script to patch
  68. FPU\TC_2.0\CHG_LIB.TTP      : program to patch TC2.0 libraries
  69. FPU\TC_2.0\FLT.LIB          : 33 new moduls for FPU support
  70. FPU\TC_2.0\STD.LIB          : New function which find out even there is a
  71.                               FPU or not. Using the _FPU cookie.
  72. FPU\TEST\FPU_TEST.C         : program to test the new libraries.
  73. FPU\TEST\FPU_TEST.PRJ       : 'Projekt'-file
  74.