object (tag)

This tag specifies a target's dependency on object files that might be built within another target or project.

Syntax

      object:
          objectFiles

Argument objectFiles Object files to link in after any other files produced from specified source files within the target.

Example

Create a dependency for MyLibrary on the file LibIO.c.o, which is an existing object from another target in the same project or another project. The explicit path to the object file is not required.

      library MyLibrary {
      source:
          Main.c
      object:
          .../ObjectFiles:LibIO.c.o
      }

[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