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

  1. #
  2. #  CL501MIN.LNK - Clipper 5.01 Clipper/Extend Script
  3. #
  4. #  Minimal overlaying - overlay most of EXTEND.LIB except TBROWSE
  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
  10. #  directory, (the directory pointed to by the LIB environment variable),
  11. #  which will allow Blinker to find the script without you having to
  12. #  specify a full path.
  13. #
  14. beginarea
  15.     allocate extend
  16. endarea
  17. #
  18. # mod tbrowse0                #  Uncomment these three lines
  19. # mod tbrowse1                #  to speed up TBROWSE and DBEDIT
  20. # mod linelen                 #  by forcing them to the root.
  21. #
  22. lib clipper
  23. lib dbfntx
  24. lib terminal
  25.