home *** CD-ROM | disk | FTP | other *** search
/ Installer 5.00 - Please Dont Remove it From My Bag / 060126_0945.iso / CLIPPER / CLIPPER.EXE / CLIPPER5 / PLL / BASE52.LNK next >
Encoding:
Text File  |  1993-03-04  |  2.2 KB  |  72 lines

  1. #
  2. #  Base52.lnk
  3. #
  4. #  Link script for base PLL creation
  5. #
  6. #  Copyright (c) 1990-1993, Computer Associates International, Inc.
  7. #  All rights reserved.
  8. #
  9.  
  10. prelink
  11. output base52
  12.  
  13. lib clipper
  14. lib extend
  15.  
  16. #
  17. #  The following lines are provided to allow inclusion of one of the
  18. #  various general terminal (GT) drivers.  By default, Terminal.lib
  19. #  will be used.  If another driver is desired, simply comment out
  20. #  the reference to Terminal.lib below and uncomment one of the other
  21. #  terminal drivers.  The PCBIOS and ANSITerm GT drivers require that
  22. #  the object file gt.obj be linked in.  This file is located in the
  23. #  \OBJ directory of the default installation.  If the OBJ environment
  24. #  variable is set to the \OBJ directory, RTLink will locate it
  25. #  automatically.
  26. #
  27. lib terminal
  28. #  lib pcbios    fi gt
  29. #  lib ansiterm  fi gt
  30. #  lib novterm
  31.  
  32.  
  33. #
  34. #  The following lines are provided to allow inclusion of one or more
  35. #  of the various Replaceable Database Drivers (RDDs).  The system
  36. #  program file Rddsys.prg defines which driver will operate as the
  37. #  default.  The version of Rddsys.prg provided makes Dbfntx.lib the
  38. #  default RDD.  In order to change the default RDD, this file must be 
  39. #  changed to refer to the RDD desired.  Rddsys.prg can be found
  40. #  in the SOURCE\SYS subdirectory of the installation.  To include any
  41. #  of the RDDs listed below uncomment its line.  For example, to include
  42. #  the Dbfmdx RDD, uncomment the line "lib dbfmdx  refer dbfmdx" below.
  43. #
  44. lib dbfntx  refer dbfntx
  45. #  lib dbfndx  refer dbfndx
  46. #  lib dbfmdx  refer dbfmdx
  47. #  lib dbfcdx  refer dbfcdx
  48. #  lib dbpx    refer dbpx
  49.  
  50. refer _VOPS, _VMACRO, _VDB
  51. refer _VTERM, _VPICT, _VGETSYS
  52. refer _VDBG
  53.  
  54. #
  55. #  If you are providing an alternate Rddsys (Rddsys.obj) to establish
  56. #  another RDD as the default driver, uncomment the "file RDDSYS" line
  57. #  and comment out the "exclude RDDSYS" line below.
  58. #
  59. #  file RDDSYS
  60. #
  61. exclude RDDSYS
  62.  
  63. exclude ERRORSYS
  64.  
  65. #
  66. #  CA-Clipper 5.2 International Release - National language support.
  67. #  These exclusions remove 'pre-linking symbol redefined' warning messages
  68. #
  69. exclude NATIONMSG, __NATRDDVER, ISALPHA, __EXACTCMP
  70.  
  71.  
  72.