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

  1. #
  2. #  CL520MID.LNK - 03/22/93 Version 1.0
  3. #
  4. #  Blinker link script for CA-Clipper 5.2
  5. #
  6. #  Based on Chuck Friedel's original CL501STD.LNK for Clipper 5.01
  7. #
  8. #  Our thanks go to Chuck for his valued efforts in preparing the
  9. #  original script on which this script is based. Chuck's original script
  10. #  (CL501STD.LNK) has been used by many as a standard script in all
  11. #  applications, as it achieves good memory savings with minimal
  12. #  performance degradation.
  13. #
  14. #  For ease of use this script should be stored in your library
  15. #  directory, (the directory pointed to by the LIB environment variable),
  16. #  which will allow Blinker to find the script without you having to specify
  17. #  a full path.
  18. #
  19. #  This script MUST be included outside of any BEGINAREA / ENDAREA commands
  20. #  and after all libraries except the RDDs and LLIBCA if it is being used).
  21. #
  22. #  example:
  23. #
  24. #  FILE one
  25. #  BEGINAREA
  26. #       FILE two
  27. #       FILE three
  28. #       FILE four
  29. #  ENDAREA
  30. #  @CL520MID
  31. #  LIB DBFCDX
  32. #  LIB LLIBCA # (if used)
  33. #
  34. #  Modules within CLIPPER.LIB are, by their nature, called very frequently
  35. #  within any CLIPPER application. Therefore, overlaying these routines
  36. #  will almost certainly result in some performance degradation, which can
  37. #  be minimised by increasing the OVERLAY OPSIZE, and enabling the overlay
  38. #  cache (Blinker 2.0 and above).
  39. #
  40. mod tbrowse0          #  Uncomment these three lines
  41. mod tbrowse1          #  to speed up TBROWSE by forcing
  42. mod linelen           #  it into the root.
  43. #
  44. lib clipper
  45. beginarea
  46.     mod ACCEPT          # .c
  47.     mod ACOPY           # .c
  48.     mod ADEL            # .c
  49.     mod AINS            # .c
  50.     mod APPEXIT         # .c
  51.     mod APPINIT         # .c
  52.     mod ATAIL           # .c
  53.     mod CMEM            # .c
  54.     mod DBCMD0          # .c
  55.     mod DBCMD1          # .c
  56.     mod DBCMD2          # .c
  57.     mod DBCMD3          # .c
  58.     mod DBCMD4          # .c
  59.     mod DBCMD5          # .c
  60.     mod DBCREATE        # .c
  61.     mod DBGAPI          # .c
  62.     mod DBGSHADO        # .c
  63.     mod DBNUBS          # .asm
  64.     mod DBSTRUCT        # .c
  65.     mod DELIMDYN        # .asm
  66.     mod DISKIO          # .c
  67.     mod DLM0            # .c
  68.     mod DLM1            # .c
  69.     mod EMMALLOC        # .asm
  70.     mod EMMCOUNT        # .asm
  71.     mod EMMFREE         # .asm
  72.     mod EMMINST         # .asm
  73.     mod EMMPAGE         # .asm
  74.     mod EMMREALL        # .asm
  75.     mod EMMSTAT         # .asm
  76.     mod EMMVERS         # .asm
  77.     mod ERRORSYS        # Clipper
  78.     mod ERRSYS0         # .c
  79. #   mod ERRSYS1         # .c      (Overlay if not using PS ERROR)
  80.     mod EXACTCMP        # .c
  81.     mod GETENV          # .c
  82.     mod GETS0           # .c
  83.     mod GETS1           # .c
  84.     mod GETS2           # .c
  85.     mod GX              # .c
  86.     mod INITEXIT        # .c
  87.     mod INSTD           # .asm
  88.     mod JOINLIST        # .c
  89.     mod LUPDATE         # .c
  90.     mod MAXROW          # .c
  91.     mod MEMORY          # .c
  92.     mod MRELEASE        # .c
  93.     mod MSAVE           # .c
  94.     mod OLDBOX          # .c
  95.     mod OLDCLEAR        # .c
  96.     mod OUTSTD          # .c
  97.     mod PHILES          # .c
  98.     mod RDDORD          # .c
  99.     mod RDDSRV          # .c
  100.     mod RUN             # .c
  101.     mod SAVEREST        # .c
  102.     mod SCROLL          # .c
  103.     mod SDF0            # .c
  104.     mod SDF1            # .c
  105.     mod SDFDYN          # .asm
  106.     mod SEND            # .c
  107.     mod SEQ             # .c
  108.     mod SORTOF          # .c
  109.     mod SQUAWK          # .asm
  110.     mod STARTSYM        # .asm
  111.     mod TB              # .c
  112. #   mod TXOPEN          # .c      (Overlay if not using NETLIB)
  113.     mod VERSION         # .c
  114.     mod _AFIELDS        # Clipper
  115.     mod _APPINI         # Clipper
  116.     mod _ATPROMP        # Clipper
  117.     mod _CENTURY        # Clipper
  118.     mod _DBCOPY         # Clipper
  119.     mod _DBDELIM        # Clipper
  120.     mod _DBF            # Clipper
  121.     mod _DBFLIST        # Clipper
  122.     mod _DBGBROW        # Clipper
  123.     mod _DBGHELP        # Clipper
  124.     mod _DBGINSP        # Clipper
  125.     mod _DBGMENU        # Clipper
  126.     mod _DBJOIN         # Clipper
  127.     mod _DBLIST         # Clipper
  128.     mod _DBLOCAT        # Clipper
  129.     mod _DBSDF          # Clipper
  130.     mod _DBSORT         # Clipper
  131.     mod _DBSTRUX        # Clipper
  132.     mod _DBTOTAL        # Clipper
  133.     mod _DBUPDAT        # Clipper
  134.     mod _DELIM          # Clipper
  135.     mod _ERRSYS         # Clipper
  136.     mod _FLEDIT         # Clipper
  137.     mod _GETMSG         # Clipper
  138.     mod _GETSYS         # Clipper
  139.     mod _HELPKEY        # Clipper
  140.     mod _INPUT          # Clipper
  141.     mod _RDDORD         # Clipper
  142.     mod _READVAR        # Clipper
  143.     mod _SAVESCR        # Clipper
  144.     mod _SETFUNC        # Clipper
  145.     mod _SETTA          # Clipper
  146.     mod _TEXT           # Clipper
  147.     mod _WAIT           # Clipper
  148.     LIB EXTEND
  149. endarea
  150. lib terminal
  151. lib dbfntx
  152.