diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-22 13:28:28 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-22 13:28:28 (GMT) |
commit | 402a730430c98f08a29a09a9a9b569bed36e0a4c (patch) | |
tree | c04ebcd03c08f0aa593508afaae9b7b03a35b6a9 /test/import.py | |
parent | d0a974d767a1bb4a3947020c019d625a11e0af19 (diff) | |
download | SCons-402a730430c98f08a29a09a9a9b569bed36e0a4c.zip SCons-402a730430c98f08a29a09a9a9b569bed36e0a4c.tar.gz SCons-402a730430c98f08a29a09a9a9b569bed36e0a4c.tar.bz2 |
Add Borland compiler support. (Vincent Risi)
Diffstat (limited to 'test/import.py')
-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 d30328b..ff7200c 100644 --- a/test/import.py +++ b/test/import.py @@ -51,6 +51,7 @@ tools = [ 'aixlink', 'ar', 'as', + 'bcc32', 'BitKeeper', 'c++', 'cc', @@ -72,6 +73,7 @@ tools = [ 'icl', 'ifl', 'ilink', + 'ilink32', 'jar', 'javac', 'javah', @@ -107,6 +109,7 @@ tools = [ 'swig', 'tar', 'tex', + 'tlib', 'yacc', 'zip', ] |