summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-05 10:41:31 (GMT)
committerSteven Knight <knight@baldmt.com>2002-12-05 10:41:31 (GMT)
commit1989e2672394227e183691f93c012881ab371179 (patch)
treedc8454b267cae4a60eae7b55899f21e18ec8b329 /src/RELEASE.txt
parent2e49581b613cd875ae114ba137e28512693605d8 (diff)
downloadSCons-1989e2672394227e183691f93c012881ab371179.zip
SCons-1989e2672394227e183691f93c012881ab371179.tar.gz
SCons-1989e2672394227e183691f93c012881ab371179.tar.bz2
Change the name of 'lib.py' to 'mslib.py'.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index d35168c..17b75d3 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -36,6 +36,14 @@ RELEASE 0.09 - XXX
formally succeeded despite the absence of a scanned file will now
fail unless the -k (keep going on error) flag is used.
+ - The specification of the name for the 'lib' tool (the Microsoft
+ library archiver) has now been changed to 'mslib'. If you
+ previously used the Tool() method to fetch the 'lib' tool
+ explicitly, you will need to change the name in the call to
+ 'mslib':
+
+ env = Environment(tools = [ Tool('mslib') ])
+
Please note the following important changes since release 0.07:
- Builder objects no longer automatically split target and source