privateheaderdir

This variable points to a directory to search for header files not in the source directory.

Syntax

    privateheaderdir: path

Argument path An optional directory for the compiler to search for header files not in the source directory.

Example

PrivateHeader.h is not in the current directory. Without the reference to its location, compiles cannot locate it if main.c tries to include it.

      privateheaderdir: .../PrivateHeaders:
      
      library MyLibrary {
      source:
          main.c
      header:
          PrivateHeader.h     // not in source directory
      }

[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