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

  1. #
  2. #  NTX520.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. #  @NTX520
  25. #  LIB LLIBCA # (if used)
  26. #
  27. beginarea
  28.     mod DTX1
  29.     mod DTX0
  30.     mod DTXDYN
  31.     mod NTXLOCK1
  32.     mod NTXERR
  33.     mod BRIG
  34.     mod _DBFNTX
  35. endarea
  36.