private

Use this tag within a target to specify a dependency on header files located locally to the project.

Syntax

      private:
          headerFiles

Argument headerFiles The local header files for the project. When you include a header file, the build searches in the local directory only. If you omit a header file, the build searches for the file in the local directory, then in $TaligentIncludes, followed by $TaligentPrivateIncludes.

Example

      parentobject MyObject {
      source:
          MySource.c
          MyMenus.c       // Look for MyMenus.h locally, then in the other directories
          MySample.c
      private:
          MySource.h      // In local directory only
          MySample.h      // In local directory only
      }

[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