public

This tag specifies which target headers the public tag can export to $TaligentIncludes.

Syntax

      public:
          headerFiles

Argument headerFiles The header files that can be exported.

Example

Create a dependency for MyLibrary on the file LibIO.h as usual. During the build's Includes phase, export this file to $TaligentIncludes.

      library MyLibrary {
      source:
          main.c
          LibIO.c
      public:
          LibIO.h
      }

[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