diff options
author | David Cournapeau <cournape@gmail.com> | 2008-10-20 12:20:46 (GMT) |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-10-20 12:20:46 (GMT) |
commit | 23d996062aaf55c78ff8397310eaea20266494e6 (patch) | |
tree | 50b5e34abdce4318ac0178363cdf18cd4ff9c827 | |
parent | 6e9b067d9d5406350b1082fea6ca2b9bd2060c4f (diff) | |
download | SCons-23d996062aaf55c78ff8397310eaea20266494e6.zip SCons-23d996062aaf55c78ff8397310eaea20266494e6.tar.gz SCons-23d996062aaf55c78ff8397310eaea20266494e6.tar.bz2 |
Update docstring for ifort.
-rw-r--r-- | src/engine/SCons/Tool/ifort.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/ifort.py b/src/engine/SCons/Tool/ifort.py index a4101ac..fc438f4 100644 --- a/src/engine/SCons/Tool/ifort.py +++ b/src/engine/SCons/Tool/ifort.py @@ -1,7 +1,7 @@ """SCons.Tool.ifort Tool-specific initialization for newer versions of the Intel Fortran Compiler -for Linux. +for Linux/Windows (and possibly Mac OS X). There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Tool.Tool() |