Specifies file extensions to be recognized as a file to be preprocessed by the Fortran preprocessor.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /extfpp:ext |
ext | Are the file extensions to be preprocessed by the Fortran preprocessor. |
OFF | Only the file extensions recognized by the compiler are preprocessed by fpp. For more information, see Building Applications. |
This option specifies file extensions (ext) to be recognized as a file to be preprocessed by the Fortran preprocessor (fpp). 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, /extfpp:myfpp and /extfpp:.myfpp are equivalent.
None