Specifies file extensions to be processed by the compiler as Fortran files.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /extfor:ext |
ext | Are the file extensions to be processed as a Fortran file. |
OFF | Only the file extensions recognized by the compiler are processed as Fortran files. For more information, see Building Applications. |
This option specifies file extensions (ext) to be processed by the compiler as Fortran files. It is useful if your source file has a nonstandard extension.
You can specify one or more file extensions. A leading period before each extension is optional; for example, /extfor:myf95 and /extfor:.myf95 are equivalent.
None