diff options
author | Steven Knight <knight@baldmt.com> | 2002-03-02 07:27:27 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-03-02 07:27:27 (GMT) |
commit | 9c97d73c12634007ce84cf162efe76f542e67085 (patch) | |
tree | c8ee033614decd14dae42cb0245cf28786391e9e /src/CHANGES.txt | |
parent | 54630539220170a9cc5a69906b1e1cda514bf433 (diff) | |
download | SCons-9c97d73c12634007ce84cf162efe76f542e67085.zip SCons-9c97d73c12634007ce84cf162efe76f542e67085.tar.gz SCons-9c97d73c12634007ce84cf162efe76f542e67085.tar.bz2 |
Add RANLIB, and check for the existence of 'ranlib' before adding it to the default ARCOM.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index cc3db98..5835996 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -20,6 +20,9 @@ RELEASE 0.06 - - Man page: document LIBS, fix a typo. + - Added RANLIB and RANLIBFLAGS construction variables. Only use them + in ARCOM if there's a "ranlib" program on the system. + RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600 |