summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/f77.py
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.Steven Knight2004-08-111-20/+33
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-19/+61
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+0
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-2/+2
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-3/+3
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-2/+2
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+73