home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 3.ddi / STARTUP.ZIP / ROMLIBS / README < prev   
Encoding:
Text File  |  1990-09-01  |  1.1 KB  |  24 lines

  1. Modifying Turbo C++ Libraries for Embedded Applications
  2. =======================================================
  3.  
  4. The following linker response files are used to eliminate non-ROMable
  5. run-time library routines from the Turbo C++ libraries.
  6.  
  7.     DOSFUNCS.LRF     Non-ROMable functions
  8.     EMUFUNCS.LRF     Functions supported by the Paradigm Int 21H emulator
  9.     CPPFUNCS.LRF     C++ run-time functions
  10.     BIOFUNCS.LRF     Functions requiring a PC-compatible ROM BIOS
  11.  
  12. The make file MAKELIBS.MKF does all of the work in preparing ROMable
  13. libraries.  Be sure to read the comments contained in there to see
  14. the operations being performed and any available options.
  15.  
  16. The file MAKELIBS.BAT is provided as an easy way to customize all
  17. libraries quickly.  It has the ability to build any of the Turbo C++
  18. run-time libraries by commenting out the appropriate command lines
  19. and optionally adding the following defines
  20.  
  21.     -DEMU     -- keep the Int 21H emnulator functions
  22.     -DCPP     -- keep the C++ run-time libraries
  23.     -DBIOS    -- keep the PC-compatible BIOS functions
  24.