summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-03 07:16:45 (GMT)
committerSteven Knight <knight@baldmt.com>2004-04-03 07:16:45 (GMT)
commitfd66a638d425a722b4e84b57d7a40860d06c9d49 (patch)
tree5a9734b8a725f4eaf5a6fc9c9e72b96755c49768 /src/CHANGES.txt
parentba82e696b7132d668f3f2f981a16147b9cca8992 (diff)
downloadSCons-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.txt5
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