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

  1. #
  2. #  CDX520.LNK - 03/22/93 Version 1.0
  3. #
  4. #  Blinker link script for CA-Clipper 5.2
  5. #
  6. #  NOTE: Overlaying of RDDs may result in significant performance decrease.
  7. #
  8. #  For ease of use this script should be stored in your library directory,
  9. #  (the directory pointed to by the LIB environment variable), which will
  10. #  allow Blinker to find the script without you having to specify a full path.
  11. #
  12. #  This script MUST be included outside of any BEGINAREA / ENDAREA commands
  13. #  and after all libraries (except LLIBCA if it is being used).
  14. #
  15. #  example:
  16. #
  17. #  FILE one
  18. #  BEGINAREA
  19. #       FILE two
  20. #       FILE three
  21. #       FILE four
  22. #  ENDAREA
  23. #  @CL520MID
  24. #  @CDX520
  25. #  LIB LLIBCA # (if used)
  26. #
  27. beginarea
  28.     mod SXCREATE         # .c
  29.     mod SXINDEX          # .c
  30.     mod SXMEMO           # .c
  31.     mod SXUTIL           # .c
  32.     mod SXFILE           # .c
  33.     mod SXSETOPT         # .c
  34.     mod SXKILLTA         # .c
  35.     mod SXNATION         # .c
  36.     mod SXEXPR           # .c
  37.     mod SXMISC           # .c
  38.     mod SXCNVRT          # .c
  39.     mod SXMEMUTI         # .c
  40.     mod SXXMEMO          # .c
  41.     mod SXNET            # .c
  42.     mod SXLOCK           # .c
  43.     mod SXILOCK          # .c
  44.     mod SXIFIND          # .c
  45.     mod SXTRYO           # .c
  46. endarea
  47. lib dbfcdx
  48.