diff options
author | Steven Knight <knight@baldmt.com> | 2003-06-09 15:26:25 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-06-09 15:26:25 (GMT) |
commit | e2386c6ee94cca68e90eb9faee33b7f4d425b39f (patch) | |
tree | ba69c631356b5cc6ebc2e9dbd8bdd8b4b66de038 /test/import.py | |
parent | 8b30616143d7c08df410885ccf7cff1cf599a659 (diff) | |
download | SCons-e2386c6ee94cca68e90eb9faee33b7f4d425b39f.zip SCons-e2386c6ee94cca68e90eb9faee33b7f4d425b39f.tar.gz SCons-e2386c6ee94cca68e90eb9faee33b7f4d425b39f.tar.bz2 |
Add an M4 builder. (Timothee Besset)
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index 8dc3682..c76c47d 100644 --- a/test/import.py +++ b/test/import.py @@ -75,6 +75,7 @@ tools = [ 'lex', 'link', # Can't import 'linkloc' everywhere due to Windows registry dependency... + 'm4', 'masm', 'midl', 'mingw', |