[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SET INCLUDE
 Define a list of paths to search for header files
------------------------------------------------------------------------------

    SET INCLUDE=<pathSpec list>

 Arguments

    <pathSpec list> is a list of one or more paths, separated by
    semicolons (;).

 Description

    The INCLUDE environment variable is used by the CA-Clipper compiler to
    search for header (#include) files if the files cannot be found in the
    current directory.  If the /I compiler option is used to specify an
    additional search directory, the indicated directory is searched after
    the current directory and before the path specified in the INCLUDE
    variable.

    The default location for CA-Clipper header files is the \CLIP53\INCLUDE
    directory.

 Examples

    SET INCLUDE=C:\CLIP53\INCLUDE

See Also: Compiler
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson