summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-06-15 04:53:49 (GMT)
committerSteven Knight <knight@baldmt.com>2002-06-15 04:53:49 (GMT)
commit77d43537975b406379979d599894971bf4a225f2 (patch)
tree93c8e6987a60b53f5ca0e3bc986bdcb4208893f3 /src/RELEASE.txt
parentcef5b7fa735eb4e405fab5f852df8e7d53c76954 (diff)
downloadSCons-77d43537975b406379979d599894971bf4a225f2.zip
SCons-77d43537975b406379979d599894971bf4a225f2.tar.gz
SCons-77d43537975b406379979d599894971bf4a225f2.tar.bz2
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 9793e8a..5a16ddd 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -56,6 +56,16 @@ RELEASE 0.08 -
(You may, of course, also use the string.split() function from
the standard Python library to convert your strings.)
+ - The Object and Library builders no longer use the "shared"
+ keyword argument to specify if the target object or library is a
+ shared library. Instead, separate StaticObject, SharedObject,
+ StaticLibrary and SharedLibrary builders exist to explicitly build
+ the appropriate target. The Object and Library buidlers are now
+ synonyms for StaticObject and StaticLibrary, respecitvely.
+
+ - The prefix, suffix, and src_suffix keyword arguments to the
+ Builder() function may no longer be callable functions.
+
Please note the following important changes since release 0.06:
- The functionality of the -U option has changed. It now works