Intel® Fortran Compiler 16.0 User and Reference Guide

Specifying Project Types with ifort Command Options

This section provides the ifort command-line options that correspond to Visual Studio* project types.

Creating Main Project Types

The first four projects described below are main project types, requiring main programs. You can create any of the following project types with the ifort command:

Creating Library Project Types

The following project types are library projects, without main programs. You can create them with the ifort command:

See Also