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

  1. #
  2. #  CL87MID.LNK - Summer '87 Clipper/Extend Script
  3. #
  4. #  Overlay EXTEND.LIB and moderate 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 dbmemo
  30.    module dbsdf
  31.    module errorsys
  32.    module errsys
  33.    module icreate
  34.    module macro
  35.    module net
  36.    module ntx
  37.    module report
  38.    module segjunk
  39.    module set
  40.    module sort
  41.    module sortof
  42.    module vall
  43.    module vnone
  44.    module vreport
  45.    module vsort
  46.    module vstd
  47.    allocate extend
  48. endarea
  49. lib clipper
  50.