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 /test | |
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 'test')
-rw-r--r-- | test/import.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index 0e72ec4..cfe72e6 100644 --- a/test/import.py +++ b/test/import.py @@ -90,6 +90,7 @@ tools = [ 'ifl', 'ilink', 'ilink32', + 'intelc', 'jar', 'javac', 'javah', @@ -105,6 +106,8 @@ tools = [ 'mslink', 'msvc', 'msvs', + 'mwcc', + 'mwld', 'nasm', 'pdflatex', 'pdftex', |