home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a016 / 1.ddi / CLP / CL501MAX.LNK < prev    next >
Encoding:
Text File  |  1992-03-15  |  2.5 KB  |  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. 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 dbfdyn
  49.    mod dbjunct
  50.    mod dbstruct
  51.    mod dtx0
  52.    mod dtx1
  53.    mod dtxdyn
  54.    mod dynina
  55.    mod errsys0
  56.    mod errsys1
  57.    mod fget
  58.    mod getenv
  59.    mod gets0
  60.    mod gets1
  61.    mod gets2
  62.    mod gx
  63.    mod joinlist
  64.    mod lupdate
  65.    mod memory
  66.    mod mrelease
  67.    mod msave
  68.    mod net
  69.    mod oldbox
  70.    mod oldclear
  71.    mod philes
  72.    mod run
  73.    mod saverest
  74.    mod sdf0
  75.    mod sdf1
  76.    mod seq
  77.    mod setcurs
  78.    mod sortbloc
  79.    mod startsym
  80.    mod tb
  81.    mod txopen
  82.    mod vall
  83.    mod vblock
  84.    mod vdb
  85.    mod vdbg
  86.    mod version
  87.    mod vmacro
  88.    mod vnone
  89.    mod vops
  90.    mod vpict
  91.    mod vterm
  92.    mod workarea
  93.    mod xmacro
  94.    allocate extend            # Overlay all of EXTEND.LIB
  95. endarea
  96. #
  97. # mod tbrowse0                #  Uncomment these three lines
  98. # mod tbrowse1                #  to speed up TBROWSE and DBEDIT
  99. # mod linelen                 #  by forcing them to the root.
  100. #
  101. lib clipper
  102. lib terminal
  103. lib dbfntx
  104.