Print the dependency tree
after each top-level target is built. This prints out only derived files.
+.TP
+--debug=explain
+Print an explanation of precisely why
+.B scons
+is deciding to (re-)build any targets.
+(Note: this does not print anything
+for targets that are
+.I not
+rebuilt.)
+
.TP
--debug=findlibs
Instruct the scanner that searches for libraries
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.