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

  1. #
  2. #  CL501MID.LNK - Clipper 5.01 Clipper/Extend Script
  3. #
  4. #  Overlay EXTEND.LIB and some 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                     # Select modules from CLIPPER to be overlayed
  29.    mod accept
  30.    mod acopy
  31.    mod adel
  32.    mod aeval
  33.    mod ains
  34.    mod appinit
  35.    mod atail
  36.    mod box
  37.    mod cmem
  38.    mod date
  39.    mod dbcmd0
  40.    mod dbcmd1
  41.    mod dbcmd2
  42.    mod dbcmd3
  43.    mod dbcmd4
  44.    mod dbcmd5
  45.    mod dbcreate
  46.    mod dbf0
  47.    mod dbf1
  48.    mod errsys0
  49.    mod errsys1
  50.    mod fget
  51.    mod getenv
  52.    mod gets0
  53.    mod gets1
  54.    mod gets2
  55.    mod gx
  56.    mod joinlist
  57.    mod lupdate
  58.    mod memory
  59.    mod mrelease
  60.    mod msave
  61.    mod net
  62.    mod oldbox
  63.    mod oldclear
  64.    mod philes
  65.    mod run
  66.    mod saverest
  67.    mod sdf0
  68.    mod sdf1
  69.    mod seq
  70.    mod setcurs
  71.    mod sortbloc
  72.    mod startsym
  73.    mod txopen
  74.    mod vall
  75.    mod vblock
  76.    mod vdb
  77.    mod vdbg
  78.    mod version
  79.    mod vmacro
  80.    mod vnone
  81.    mod vops
  82.    mod vpict
  83.    mod vterm
  84.    mod xmacro
  85.    allocate extend            #  Overlay all of EXTEND.LIB
  86. endarea
  87. #
  88. # mod tbrowse0                #  Uncomment these three lines
  89. # mod tbrowse1                #  to speed up TBROWSE and DBEDIT
  90. # mod linelen                 #  by forcing them to the root.
  91. #
  92. lib clipper
  93. lib terminal
  94. lib dbfntx
  95.