diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-24 03:45:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-24 03:45:32 (GMT) |
commit | db7e2b9bef087394fd3ce603e75231dec7f2eca4 (patch) | |
tree | 59fe8e23d14566ca5776d7ad108e95208ed17344 /test | |
parent | 9587e1d2dad1c532d86f664f5cbd6266ebd77808 (diff) | |
download | SCons-db7e2b9bef087394fd3ce603e75231dec7f2eca4.zip SCons-db7e2b9bef087394fd3ce603e75231dec7f2eca4.tar.gz SCons-db7e2b9bef087394fd3ce603e75231dec7f2eca4.tar.bz2 |
Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)
Diffstat (limited to 'test')
-rw-r--r-- | test/import.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/import.py b/test/import.py index 1390289..d66658b 100644 --- a/test/import.py +++ b/test/import.py @@ -46,6 +46,8 @@ x = SCons.Platform.%s.generate tools = [ # Can't import '386asm' directly due to initial '3' syntax error... 'ar', + 'as', + 'cc', 'default', 'dvipdf', 'dvips', @@ -59,6 +61,7 @@ tools = [ 'ilink', 'latex', 'lex', + 'link', # Can't import 'linkloc' everywhere due to Windows registry dependency... 'masm', 'mingw', @@ -69,9 +72,7 @@ tools = [ 'pdflatex', 'pdftex', 'sgiar', - 'sgias', 'sgicc', - 'sgif77', 'sgilink', 'tar', 'tex', |