home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / dbx131.zip / CL501MID.LNK < prev    next >
Text File  |  1993-06-24  |  3KB  |  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. lib clipper                   #  Main part of CLIPPER goes in the root
  29. beginarea                     #  Select modules from CLIPPER to be overlayed
  30.    mod accept
  31.    mod acopy
  32.    mod adel
  33.    mod aeval
  34.    mod ains
  35.    mod appinit
  36.    mod atail
  37.    mod box
  38.    mod cmem
  39.    mod date
  40.    mod dbcmd0
  41.    mod dbcmd1
  42.    mod dbcmd2
  43.    mod dbcmd3
  44.    mod dbcmd4
  45.    mod dbcmd5
  46.    mod dbcreate
  47.    mod dbf0
  48.    mod dbf1
  49.    mod errsys0
  50. #  mod errsys1                # Overlay this one if not using PS ERROR
  51.    mod fget
  52.    mod getenv
  53.    mod gets0
  54.    mod gets1
  55.    mod gets2
  56.    mod gx
  57.    mod joinlist
  58.    mod lupdate
  59.    mod memory
  60.    mod mrelease
  61.    mod msave
  62.    mod net
  63.    mod oldbox
  64.    mod oldclear
  65.    mod philes
  66.    mod run
  67.    mod saverest
  68.    mod sdf0
  69.    mod sdf1
  70.    mod seq
  71.    mod setcurs
  72.    mod sortbloc
  73.    mod startsym
  74. #  mod txopen                 #  Overlay this one if NOT using NETLIB
  75.    mod vall
  76.    mod vblock
  77.    mod vdb
  78.    mod vdbg
  79.    mod version
  80.    mod vmacro
  81.    mod vnone
  82.    mod vops
  83.    mod vpict
  84.    mod vterm
  85.    mod xmacro
  86.    lib extend                 #  Overlay all of EXTEND.LIB
  87. endarea
  88. #
  89. mod tbrowse0                #  Uncomment these three lines
  90. mod tbrowse1                #  to speed up TBROWSE and DBEDIT
  91. mod linelen                 #  by forcing them to the root.
  92. #
  93. lib terminal
  94. lib dbfntx
  95.