export-dir

Specifies a directory name for the exported template search path.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -export-dir dir
Windows:    None

Arguments

dir      Is the directory name to add to the search path.

Default

OFF      The compiler does not recognize exported templates.

Description

This option specifies a directory name for the exported template search path. To use this option, you must also specify the -export option.

Directories in the search path are used to find the definitions of exported templates and are searched in the order in which they are specified on the command-line. The current directory is always the first entry in the search path.

Alternate Options

None

See Also