diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-10 14:59:15 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-10 14:59:15 (GMT) |
commit | 94b5aa145df7b763a262dd163203e20879f242f3 (patch) | |
tree | 9112f179649bfc9a8ad24a3a7d5195c20fd60ee0 /src/CHANGES.txt | |
parent | ac34715d7fe736ae03e623a2d15e2e0e7f079503 (diff) | |
download | SCons-94b5aa145df7b763a262dd163203e20879f242f3.zip SCons-94b5aa145df7b763a262dd163203e20879f242f3.tar.gz SCons-94b5aa145df7b763a262dd163203e20879f242f3.tar.bz2 |
Allow prefixes and suffixes to be selected from dictionaries keyd by source file suffix.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3df58e6..de2d75c 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -79,7 +79,8 @@ RELEASE 0.XX - XXX of the suffixes we use as C++ files. - Allow the "prefix" and "suffix" attributes of a Builder to be - callable objects that return generated strings. + callable objects that return generated strings, or dictionaries + that map a source file suffix to the right prefix/suffix. - Support a MAXLINELINELENGTH construction variable on Win32 systems to control when a temporary file is used for long command lines. |