diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-05-01 15:47:12 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-05-01 15:47:12 (GMT) |
commit | fa879a1ea3230176d3bfa64212883dd29d6358b3 (patch) | |
tree | 2c7e8d73515441c7685b3e69c29426b77f13413e /test/D/MixedDAndC | |
parent | c03e43ea38fc2fe24fc40bbf4b45d4d19997c22d (diff) | |
parent | 334c534cb365ff206a2ddef5e09c9e8f728b9eb0 (diff) | |
download | SCons-fa879a1ea3230176d3bfa64212883dd29d6358b3.zip SCons-fa879a1ea3230176d3bfa64212883dd29d6358b3.tar.gz SCons-fa879a1ea3230176d3bfa64212883dd29d6358b3.tar.bz2 |
Merged in russel/scons (pull request #448)
Add an 'all at once' builder to the D tools.
Diffstat (limited to 'test/D/MixedDAndC')
-rw-r--r-- | test/D/MixedDAndC/Image/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/MixedDAndC/Image/SConstruct b/test/D/MixedDAndC/Image/SConstruct index 176c4d3..f24e2b3 100644 --- a/test/D/MixedDAndC/Image/SConstruct +++ b/test/D/MixedDAndC/Image/SConstruct @@ -1,4 +1,4 @@ -# -*- codig:utf-8; -*- +# -*- mode:python; coding:utf-8; -*- import os |