diff options
author | Steven Knight <knight@baldmt.com> | 2004-04-03 07:16:45 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-04-03 07:16:45 (GMT) |
commit | fd66a638d425a722b4e84b57d7a40860d06c9d49 (patch) | |
tree | 5a9734b8a725f4eaf5a6fc9c9e72b96755c49768 /src/CHANGES.txt | |
parent | ba82e696b7132d668f3f2f981a16147b9cca8992 (diff) | |
download | SCons-fd66a638d425a722b4e84b57d7a40860d06c9d49.zip SCons-fd66a638d425a722b4e84b57d7a40860d06c9d49.tar.gz SCons-fd66a638d425a722b4e84b57d7a40860d06c9d49.tar.bz2 |
Add RPATH support. (Chad Austin)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0501093..49584a1 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -19,6 +19,11 @@ RELEASE 0.96 - XXX - Add a $QT_AUTOBUILD_MOC_SOURCES construction variable that controls whether moc-generated .cpp files get compiled. + From Chad Austin and Christoph Wiedemann: + + - Add support for a $RPATH variable to supply a list of directories + to search for shared libraries when linking a program. + From Charles Crain: - Restore the ability to do construction variable substitutions in all |