summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-11-01 10:16:39 (GMT)
committerSteven Knight <knight@baldmt.com>2005-11-01 10:16:39 (GMT)
commita4f7654742e5880b5a568a7314b32381be2a0a94 (patch)
treeb0c71f0b21f4882d491bd381a132973205e54833 /src
parent9485978a050ab937ac9cff0c64273a693d19911a (diff)
downloadSCons-a4f7654742e5880b5a568a7314b32381be2a0a94.zip
SCons-a4f7654742e5880b5a568a7314b32381be2a0a94.tar.gz
SCons-a4f7654742e5880b5a568a7314b32381be2a0a94.tar.bz2
Add --debug=explain to the man page. (How did we miss this?)
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index e49d391..677b09b 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -363,6 +363,9 @@ RELEASE 0.97 - XXX
when building object files on Windows. Have the the ifort Tool
modify the default command lines appropriately.
+ - Document the --debug=explain option in the man page. (How did we
+ miss this?)
+
From Chen Lee:
- Handle Visual Studio project and solution files in Unicode.