diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-25 14:13:21 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-25 14:13:21 (GMT) |
commit | ad257d2483736b6e9461a26a62048ac05dafe3b6 (patch) | |
tree | 985c831e543efa75d35407225e01aa91cf512e68 /src/CHANGES.txt | |
parent | 10457428a793ab83448c6752f647f8fec882c2fa (diff) | |
download | SCons-ad257d2483736b6e9461a26a62048ac05dafe3b6.zip SCons-ad257d2483736b6e9461a26a62048ac05dafe3b6.tar.gz SCons-ad257d2483736b6e9461a26a62048ac05dafe3b6.tar.bz2 |
Add a --debug=findlibs option. (Gary Oberbrunner)
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 7379368..aa9a71e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -100,6 +100,9 @@ RELEASE 0.97 - XXX - Print an internal Python stack trace in response to an otherwise unexplained error when --debug=stacktrace is specified. + - Add a --debug=findlibs option to print what's happening when + the scanner is searching for libraries. + From Chris Pawling: - Have the linkloc tool use $MSVS_VERSION to select the Microsoft |