From: cournape Date: Mon, 20 Oct 2008 12:20:46 +0000 (+0000) Subject: Update docstring for ifort. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a856e065b3a4823a7954d653c9e684ff224a1172;p=scons.git Update docstring for ifort. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3710 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/engine/SCons/Tool/ifort.py b/src/engine/SCons/Tool/ifort.py index a4101ac1..fc438f40 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()