home *** CD-ROM | disk | FTP | other *** search
- Modifying Turbo C++ Libraries for Embedded Applications
- =======================================================
-
- The following linker response files are used to eliminate non-ROMable
- run-time library routines from the Turbo C++ libraries.
-
- DOSFUNCS.LRF Non-ROMable functions
- EMUFUNCS.LRF Functions supported by the Paradigm Int 21H emulator
- CPPFUNCS.LRF C++ run-time functions
- BIOFUNCS.LRF Functions requiring a PC-compatible ROM BIOS
-
- The make file MAKELIBS.MKF does all of the work in preparing ROMable
- libraries. Be sure to read the comments contained in there to see
- the operations being performed and any available options.
-
- The file MAKELIBS.BAT is provided as an easy way to customize all
- libraries quickly. It has the ability to build any of the Turbo C++
- run-time libraries by commenting out the appropriate command lines
- and optionally adding the following defines
-
- -DEMU -- keep the Int 21H emnulator functions
- -DCPP -- keep the C++ run-time libraries
- -DBIOS -- keep the PC-compatible BIOS functions