summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-08-10 14:59:15 (GMT)
committerSteven Knight <knight@baldmt.com>2003-08-10 14:59:15 (GMT)
commit94b5aa145df7b763a262dd163203e20879f242f3 (patch)
tree9112f179649bfc9a8ad24a3a7d5195c20fd60ee0 /src/CHANGES.txt
parentac34715d7fe736ae03e623a2d15e2e0e7f079503 (diff)
downloadSCons-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.txt3
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.