Build Monitor

BuildMonitor

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:

    BuildMonitor64.exe -o yourbuild.build build-command

    For example if you build your project like this:



    You have just to replace it with the following one:



    Notice that for Windows OS 32 bit, you have to use BuildMonitor.exe.

  • Intercept commands from the IDE:

    For Windows You can also use -v switch to intercept build command from visual editors, for example if you run this command:

    BuildMonitor64.exe -o yourbuild.build -v devenv

    Every build started from the launched Visual Studio will be intercepted.

CppDepend offers a wide range of features. It is often described as a Swiss Army Knife for C and C++ developers.

Start Free Trial