Specify Project Types with ifort Command Options

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

Create 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:

Create Library Project Types

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

See Also