On Windows, the Intel Fortran compiler (ifort) uses -object: instead of -o as the...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 10 Oct 2005 13:41:24 +0000 (13:41 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 10 Oct 2005 13:41:24 +0000 (13:41 +0000)
commitef577093c3ea051fb6ae931aeade1c05bfb684a2
treedd903bbdb54698c258d64bd3bc50ee79c516412e
parented7e3068d33fe67c6ac362b3172fd8df8938274c
On Windows, the Intel Fortran compiler (ifort) uses -object: instead of -o as the command-line option for output object files.  Massage command lines appropriately.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1371 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Tool/ifort.py