diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-03 19:48:29 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-03 19:48:29 (GMT) |
commit | 1a7fcd1d270120232358e875bf53a95194352204 (patch) | |
tree | 51ec6a084612a69f96c1ae5747757d3559bd7979 /src/CHANGES.txt | |
parent | 7500d447bdc3bd94db8ffbc8b90298fd9479e8c3 (diff) | |
download | SCons-1a7fcd1d270120232358e875bf53a95194352204.zip SCons-1a7fcd1d270120232358e875bf53a95194352204.tar.gz SCons-1a7fcd1d270120232358e875bf53a95194352204.tar.bz2 |
Refactor extension splitting to make it more flexible (for SWIG).
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 acf7e88..9a1966d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -77,6 +77,9 @@ RELEASE 0.XX - XXX - Add /TP to the default CXXFLAGS for msvc, so it can compile all 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. + From Gary Oberbrunner: - Report the target being built in error messages when building |