diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2010-03-10 14:14:26 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2010-03-10 14:14:26 +0100 |
commit | 68e4fe5ac49effe8959bc8532584edf04553c931 (patch) | |
tree | 1cd0c82c13789d61dc62758f326ae4dce1dd6f37 /src/engine/SCons/Tool/fortran.xml | |
parent | 48f19e9e5ecc069f379ad433fdaf280ac9b54e16 (diff) |
Imported Upstream version 1.2.0.d20100306upstream/1.2.0.d20100306
Diffstat (limited to 'src/engine/SCons/Tool/fortran.xml')
-rw-r--r-- | src/engine/SCons/Tool/fortran.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/fortran.xml b/src/engine/SCons/Tool/fortran.xml index d378cdc..02e0cb8 100644 --- a/src/engine/SCons/Tool/fortran.xml +++ b/src/engine/SCons/Tool/fortran.xml @@ -230,7 +230,7 @@ construction variables are included on this command line. <summary> The string displayed when a Fortran source file is compiled to an object file -after first running the file throught the C preprocessor. +after first running the file through the C preprocessor. If this is not set, then &cv-link-FORTRANPPCOM; (the command line) is displayed. </summary> @@ -295,7 +295,7 @@ are included on this command line. <summary> The string displayed when a Fortran source file is compiled to a shared-library object file -after first running the file throught the C preprocessor. +after first running the file through the C preprocessor. If this is not set, then &cv-link-SHFORTRANPPCOM; (the command line) is displayed. </summary> |