Intel® Fortran Compiler

Developer Guide and Reference

ID 767251
Date 3/31/2025
Public
Document Table of Contents

Supported Build Macros

The Intel® Fortran Compiler supports certain build macros for use in the Property Pages dialog boxes associated with a project. Use these macros where character strings are accepted. The macro names are not case-sensitive.

The following table lists macros supported by Visual Studio* that are also supported by the Intel® Fortran Compiler.

Macro Name

Format

Configuration name

$(ConfigurationName)

Platform name

$(PlatformName)

Intermediate directory

$(IntDir)

Output directory

$(OutDir)

Input directory

$(InputDir)

The Intel® Fortran Compiler also supports the following macros (not supported by Visual Studio*).

Macro Name

Format

Intel® Fortran IDE installation directory

$(IFIDEInstallDir)

For additional information on using build macros, see the Microsoft MSDN* online documentation.