home *** CD-ROM | disk | FTP | other *** search
- Marl, 21. Okt 1991
-
- This Archive contains some files for patching the TurboC libraries
- TCSTDLIB.LIB and TCFLTLIB.LIB for Turbo-C version 1.1 or 2.0x (PureC?).
- Therefor you can also support the floating-point-coprocessor inside
- the Atari TT and this programs run on an normal ST and an ST with FPU,
- too.
- Use the libraries if you dont have an TT. All TT-Users will be happy!
-
- This libraries are tested on an Atari TT with TurboC 2.03 and 2.05.
- For problems send me a notice and describe the bug!
-
- ----------------------------------------------------------------------------
-
- How you can patch the libraries?
- Using GEMINI:
- - Copy TCSTDLIB.LIB and TCFLTLIB.LIB into the folder TC_1.1\, if you
- use Turbo-C 1.1. For Turbo-C 2.0x you don't need this action.
- - Load FPUCOBIN.MUP and edit the follow line:
- 'setenv TCLIBPATH C:\TC\LIB'
- You must insert the path you are using for the TurboC libraries.
- - Execute FPUCOBIN.MUP.
- - Change your 'Projekt'-files: TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB
- to TCFLT.LIB.
-
- Turbo-C 1.1:
- - Copy TCSTDLIB.LIB, TCFLTLIB.LIB and TLIB.TTP into TC_1.1\.
- - Open TLIB.TTP with '-r TCFLTLIB.LIB FPUINI.O' as parameter without '.
- - Do it again with '-r TCFLTLIB.LIB SINCOS.O' and '-r TCSTDLIB.LIB FPU.O'.
- - Rename TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB to TCFLT.LIB.
- - Copy this two file back to you library directory and change your
- 'Projekt'-files: TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB to TCFLT.LIB.
-
- Turbo-C 2.0:
- - Copy TCSTDLIB.LIB and TCFLTLIB.LIB into TC_2.0\.
- - Open CHG_LIB.TTP with 'TCFLTLIB.LIB FLT.LIB' as parameter without '.
- Copy the file TMP.LIB with the name TCFLT.LIB to your library directory.
- - Open CHG_LIB.TTP with 'TCSTDLIB.LIB STD.LIB' as parameter without '.
- Copy the file TMP.LIB with the name TCSTD.LIB to your library directory.
- - Change your 'Projekt'files: TCSTDLIB.LIB to TCSTD.LIB and TCFLTLIB.LIB
- to TCFLT.LIB.
-
- ----------------------------------------------------------------------------
-
- My Address:
- Dieter Fiebelkorn
- GrĂ¼ner Weg 29a
- (W)4370 Marl 1
- --- Gemany ---
-
- email: fiebelko@petra.informatik.uni-dortmund.de
-
-
- Dieter
-
- ----------------------------------------------------------------------------
-
- FPU\README : this file
- FPU\LIESMICH : german version
- FPU\TC_1.1\ : files to patch TurboC 1.1
- FPU\TC_1.1\FPUCOBIN.MUP : Mupfel(Shell)-Script to patch
- FPU\TC_1.1\__FPU\FPU.O : Some new routinen for general FPU support
- FPU\TC_1.1\__FPU\SINCOS.O : New SINCOS modul
- FPU\TC_1.1\__STD\FPUINI.O : New function which find out even there is a
- FPU or not. Using the _FPU cookie
- FPU\TC_2.0\ : files to patch TurboC 2.0x
- FPU\TC_2.0\FPUCOBIN.MUP : Mupfel(Shell)-Script to patch
- FPU\TC_2.0\CHG_LIB.TTP : program to patch TC2.0 libraries
- FPU\TC_2.0\FLT.LIB : 33 new moduls for FPU support
- FPU\TC_2.0\STD.LIB : New function which find out even there is a
- FPU or not. Using the _FPU cookie.
- FPU\TEST\FPU_TEST.C : program to test the new libraries.
- FPU\TEST\FPU_TEST.PRJ : 'Projekt'-file
-