diff options
author | Steven Knight <knight@baldmt.com> | 2004-11-19 12:04:49 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-11-19 12:04:49 (GMT) |
commit | c1c940944e1cf0481242dbb71b8bda055aacea0a (patch) | |
tree | ca936249027169efdb956dc4687e33d22b3297ea /doc | |
parent | 27db7fcdedd3043ae5d2f7f869f07e8533e63ba3 (diff) | |
download | SCons-c1c940944e1cf0481242dbb71b8bda055aacea0a.zip SCons-c1c940944e1cf0481242dbb71b8bda055aacea0a.tar.gz SCons-c1c940944e1cf0481242dbb71b8bda055aacea0a.tar.bz2 |
Add support for new tools: Metroworks CodeWarrior compiler and linker (Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index b018e98..035af89 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -1097,6 +1097,7 @@ ifl ifort ilink ilink32 +intelc jar javac javah @@ -1112,6 +1113,8 @@ mslib mslink msvc msvs +mwcc +mwld nasm pdflatex pdftex @@ -5873,6 +5876,14 @@ and .B .dsw when using earlier versions of Visual Studio. +.IP MWCW_VERSION +The version number of the MetroWerks CodeWarrior C compiler +to be used. + +.IP MWCW_VERSIONS +A list of installed versions of the MetroWerks CodeWarrior C compiler +on this system. + .IP no_import_lib When set to non-zero, suppresses creation of a corresponding Win32 static import lib by the |