object (target)

This target combines files into a single library object for later use in another target or project.

Syntax

      object name {
      }

Argument name The name of the target.

Example

Combine three files into a single library object called MyObject, and copy it to $ObjDir, if it is not the default.

      object MyObject {
      source:
          MySample.c
          MyOtherSample.c
          MyExtraSample.c
      }

[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