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

  1. #
  2. #  MDX520.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 allow
  10. #  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. #  @MDX520
  25. #  LIB LLIBCA # (if used)
  26. #
  27. begin
  28.     mod dbf40
  29.     mod dbf41
  30.     mod mdx0
  31.     mod mdx1
  32.     mod net
  33.     mod dbf4dyn
  34.     mod mdxdyn
  35.     mod _dbfmdx
  36.     mod mdcmd
  37. end
  38. lib dbfmdx
  39.