home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / cuaclip.zip / CL501STD.LNK < prev    next >
Text File  |  1993-06-01  |  2KB  |  98 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 dbcreate
  40.    mod dbf0
  41.    mod dbf1
  42.    mod errsys0
  43.    mod errsys1
  44.    mod fget
  45.    mod getenv
  46.     mod gets0
  47.     mod gets1
  48.     mod gets2
  49.    mod gx
  50.    mod joinlist
  51.    mod lupdate
  52.    mod memory
  53.    mod mrelease
  54.    mod msave
  55.    mod net
  56.    mod oldbox
  57.    mod oldclear
  58.    mod philes
  59.    mod run
  60.    mod saverest
  61.    mod sdf0
  62.    mod sdf1
  63.    mod seq
  64.    mod setcurs
  65.    mod sortbloc
  66.    mod startsym
  67.    mod txopen
  68.    mod vall
  69.    mod vblock
  70.    mod vdb
  71.    mod vdbg
  72.    mod version
  73.    mod vmacro
  74.    mod vnone
  75.    mod vops
  76.    mod vpict
  77.    mod vterm
  78.    mod xmacro
  79.    allocate extend            #  Overlay all of EXTEND.LIB
  80. endarea
  81.  
  82. #
  83. mod dbcmd0
  84. mod dbcmd1
  85. mod dbcmd2
  86. mod dbcmd3
  87. mod dbcmd4
  88. mod dbcmd5
  89.  
  90. #
  91. mod tbrowse0
  92. mod tbrowse1
  93. mod linelen
  94. #
  95. sea clipper
  96. sea terminal
  97. sea dbfntx
  98.