diff options
author | Steven Knight <knight@baldmt.com> | 2004-02-09 05:44:56 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-02-09 05:44:56 (GMT) |
commit | beb70fd5da65eb66b2b91df6ed487e4e927b5273 (patch) | |
tree | c5077959e35bff862ef2e6f08274f22b8b7ef511 /src/CHANGES.txt | |
parent | 2214b703b0647a02cda159c770d54d3e419a1238 (diff) | |
download | SCons-beb70fd5da65eb66b2b91df6ed487e4e927b5273.zip SCons-beb70fd5da65eb66b2b91df6ed487e4e927b5273.tar.gz SCons-beb70fd5da65eb66b2b91df6ed487e4e927b5273.tar.bz2 |
Make the M4 Builder work with repositories by adding an rsrcnode attribute.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index f7d0a22..f93a78a 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -163,6 +163,13 @@ RELEASE 0.95 - XXX - Always use the Builder overrides in substitutions, not just if there isn't a target-specific environment. + - Add new "rsrcpath" and "rsrcdir" and attributes to $TARGET/$SOURCE, + so Builder command lines can find things in Repository source + directories when using BuildDir. + + - Fix the M4 Builder so that it chdirs to the Repository directory + when the input file is in the source directory of a BuildDir. + From Vincent Risi: - Add support for the bcc32, ilink32 and tlib Borland tools. |