home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / dbx131.zip / CL501MAX.LNK < prev    next >
Text File  |  1993-06-24  |  3KB  |  104 lines

  1. #
  2. #  CL501MAX.LNK - Clipper 5.01 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. 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 dbfdyn
  50.    mod dbjunct
  51.    mod dbstruct
  52.    mod dtx0
  53.    mod dtx1
  54.    mod dtxdyn
  55.    mod dynina
  56.    mod errsys0
  57. #  mod errsys1                # Overlay this one if not using PS ERROR
  58.    mod fget
  59.    mod getenv
  60.    mod gets0
  61.    mod gets1
  62.    mod gets2
  63.    mod gx
  64.    mod joinlist
  65.    mod lupdate
  66.    mod memory
  67.    mod mrelease
  68.    mod msave
  69.    mod net
  70.    mod oldbox
  71.    mod oldclear
  72.    mod philes
  73.    mod run
  74.    mod saverest
  75.    mod sdf0
  76.    mod sdf1
  77.    mod seq
  78.    mod setcurs
  79.    mod sortbloc
  80.    mod startsym
  81.    mod tb
  82. #  mod txopen                 #  Overlay this one if NOT using NETLIB
  83.    mod vall
  84.    mod vblock
  85.    mod vdb
  86.    mod vdbg
  87.    mod version
  88.    mod vmacro
  89.    mod vnone
  90.    mod vops
  91.    mod vpict
  92.    mod vterm
  93.    mod workarea
  94.    mod xmacro
  95.    lib extend                 #  Overlay all of EXTEND.LIB
  96. endarea
  97. #
  98. mod tbrowse0                #  Uncomment these three lines
  99. mod tbrowse1                #  to speed up TBROWSE and DBEDIT
  100. mod linelen                 #  by forcing them to the root.
  101. #
  102. lib terminal
  103. lib dbfntx
  104.