link

This tag specifies all files to link within a target.

Syntax

      link:
          linkFiles

Argument linkFiles These files are linked with the listed source files and any other object listed in the target. If you omit this tag, nothing is explicitly linked in, and $UniversalLinkList is used.

Example

This example produces a Taligent program (see "binary" on page 95) by linking with the files MenuLib and WindowLib, in that order.

      binary MyProgram {
      source:
          main.c
          Test1.c
      link:
          MenuLib
          WindowLib
      }

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker