There are a lot of managed C/C++ build systems like Makefile, CMake, SCon and Visual Studio.
To perform the analysis CppDepend needs all the data concerning the compilation and the link commands. The Build Monitor intercept them from your build command in order to generate a build file specification.
How to Use the BuildMonitor Tool?
Intercept commands from the command line:
To generate a build file specification of your build process, you have to execute the following command: