Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Utilities - <b>set include</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson