localheader

This tag specifies header files to export to the localheaderdir header directory.

Syntax

      localheader:
          headerFiles

Argument headerFiles The files to export to the localheaderdir header directory.

Example

Export the file Parents.h into a directory called :LocalHeaders:. If you omit the tag localheaderdir, an error is generated because there must be a destination in which to copy the listed local headers.

      localheaderdir: ./LocalHeaders:
      
      parentobject MyParentObj {
      source:
          Parent1.c
          Parent3.c
          Parent5.c
      localheader:
          Parents.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