Hi,
I want the computer 'beep' when a full compilation is done. I want that occur after linking operation in case of success but also if the compilation failed during compilation or linking operation.
For that I expected to call a batch (I am under win7) with a simple beep function.
I am using my own makefile (I am compiling Qt projects, the makefile is built by an external tool), so I cannot use the project build option > pre/post build step
Do you know if it is possible and how to do that?