|
|
This Build view indicates the build dependencies among your files, showing you which files are required to build which other files. Some of these dependencies (blue lines) result from build rules in your makefiles. Others (purple lines) are the result of include statements in your source code.
You can use the view to quickly determine where a given file is included. For example, if you are considering making a change to a given header file, you can use this view to determine all the downstream files which include that header file.
|