diff options
author | Steven Knight <knight@baldmt.com> | 2003-02-10 07:33:07 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-02-10 07:33:07 (GMT) |
commit | 6cc65ff3e32487eaa455776111d26a5bf07fb862 (patch) | |
tree | 9f038e6874fc1823ac8a97b21f39820e700d9d10 /src/CHANGES.txt | |
parent | 54856ad6003f3e8aa5c3bf59ed1d92ab1598137a (diff) | |
download | SCons-6cc65ff3e32487eaa455776111d26a5bf07fb862.zip SCons-6cc65ff3e32487eaa455776111d26a5bf07fb862.tar.gz SCons-6cc65ff3e32487eaa455776111d26a5bf07fb862.tar.bz2 |
Support more intuitive build directory specifications as arguments to SConscript().
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 14ec5e2..068dc3d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -80,6 +80,9 @@ RELEASE 0.11 - XXX - Add support for allowing an embedding interface to annotate a node when it's created. + - Extend the SConscript() function to accept build_dir and duplicate + keyword arguments that function like a BuildDir() call. + From Steve Leblanc: - Fix the output of -c -n when directories are involved, so it |