home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a016 / 1.ddi / CLP / CL87MAX.LNK < prev    next >
Encoding:
Text File  |  1992-03-15  |  1.8 KB  |  56 lines

  1. #
  2. #  CL87MAX.LNK - Summer '87 Clipper/Extend Script
  3. #
  4. #  Overlay EXTEND.LIB and large amounts of CLIPPER.LIB
  5. #
  6. #  This script MUST be included outside of any BEGINAREA / ENDAREA commands
  7. #  and after all libraries except LLIBCA if it is being used.
  8. #
  9. #  NOTE: for ease of use this script should be stored in your library directory,
  10. #  (the directory pointed to by the LIB environment variable), which will allow
  11. #  Blinker to find the script without you having to specify a full path.
  12. #
  13. #  Modules within CLIPPER.LIB are, by their nature, called very frequently
  14. #  within any CLIPPER application. Therefore, overlaying these routines
  15. #  will almost certainly result in some performance degradation, which can
  16. #  be minimised by increasing the OVERLAY OPSIZE.
  17. #
  18. #  The amount of performance degradation will vary from application to
  19. #  application, so it may be necessary to modify this script by commenting
  20. #  out some MODULE statements to increase performance to an acceptable level
  21. #  in some areas.
  22. #
  23. #  Please note that some third party libraries may replace or modify routines
  24. #  in the CLIPPER library, so that they are no longer overlayable. The link
  25. #  time command BLINKER MESSAGE DUPLICATES may help in determining such
  26. #  conflicts or replacements.
  27. #
  28. beginarea
  29.    module db
  30.    module dbmemo
  31.    module dbsdf
  32.    module errorsys
  33.    module errsys
  34. ## module extend        # Only overlayable if using BLINKER OVERLAY FIXED
  35.    module icreate
  36.    module macro
  37.    module memsys
  38.    module ndebug
  39.    module net
  40.    module ntx
  41.    module reef
  42.    module report
  43.    module segjunk
  44.    module set
  45.    module sort
  46.    module sortof
  47. ## module symsys        # Only overlayable if not profiling
  48.    module vall
  49.    module vnone
  50.    module vreport
  51.    module vsort
  52.    module vstd
  53.    allocate extend
  54. endarea
  55. lib clipper
  56.