summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-05-16 04:18:22 (GMT)
committerSteven Knight <knight@baldmt.com>2004-05-16 04:18:22 (GMT)
commit53dbe8a6dc45863207388a65318a9fe8bcc480e9 (patch)
treeefdb6c9f8d20130118d1f783a1cac6dc831652d7 /src/CHANGES.txt
parent86c11822b8f41dff8ec28e4ee8a8afeec9bfaa5f (diff)
downloadSCons-53dbe8a6dc45863207388a65318a9fe8bcc480e9.zip
SCons-53dbe8a6dc45863207388a65318a9fe8bcc480e9.tar.gz
SCons-53dbe8a6dc45863207388a65318a9fe8bcc480e9.tar.bz2
Move Action initializations for common default COM values from Tool/*.py to Defaults.py.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index f760d7b..8d35dc5 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -110,6 +110,11 @@ RELEASE 0.96 - XXX
- Change the .sconsign format and the checks for whether a Node is
up-to-date to make dependency checks more efficient and correct.
+ - Add wrapper Actions to SCons.Defaults for $ASCOM, $ASPPCOM, $LINKCOM,
+ $SHLINKCOM, $ARCOM, $LEXCOM and $YACCCOM. This makes it possible
+ to replace the default print behavior with a custom strfunction()
+ for each of these.
+
From Gary Oberbrunner:
- Add a --debug=presub option to print actions prior to substitution.