FI

Tells the preprocessor to include a specified file name as the header file.

IDE Equivalent

Windows: Advanced > Forced Include File (VS 2010)

Advanced > Force Includes (VS 2005/2008)

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

None

Windows:

/FIfilename

Arguments

filename

Is the file name to be included as the header file.

Default

OFF

The compiler uses default header files.

Description

This option tells the preprocessor to include a specified file name as the header file.

The file specified with /FI is included in the compilation before the first line of the primary source file.

Alternate Options

None


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.