Visible to Intel only — GUID: GUID-70F054D8-4BD8-4D45-9E94-69769C6C2199
Visible to Intel only — GUID: GUID-70F054D8-4BD8-4D45-9E94-69769C6C2199
Specify Path, Library, and Include Directories
You can specify directories that the Microsoft Visual Studio* project system should search for certain types of files.
To set path, library, and include directories for your Intel® Fortran project environment on a particular machine:
- Select Tools > Options.
- In the left pane, select Intel Compilers and Libraries > IFORT Intel Fortran Classic > Compilers for ifort or Intel Compilers and Libraries > IFX Intel Fortran > Compilers for ifx.
- In the right pane, specify directories where the Microsoft Visual Studio* project system should look for files:
- Executables: The directories to be searched for executable files. (Works like the PATH environment variable.)
- Libraries: The directories to be searched for libraries. (Works like the LIB environment variable.)
- Includes: The directories to be searched for include files. (Works like the INCLUDE environment variable.) You can use macros like $(VSInstallDir) in directory names. For list of supported macros, see Supported Build Macros.
- Click OK.
Use the Reset buttons to restore original installation settings for Executables, Libraries, and Includes fields. Reset restores initial settings for the currently selected compiler.
For more information on the devenv command, see the devenv description in the Microsoft Visual Studio* documentation.
For more information on environment variables, see Supported Environment Variables.