Topic: Build Status window
This is displayed when I run my project even when there is nothing to build (i.e. when everything is up to date for make).
With "Always Regenerate Makefile" checked, I get:
=========================
Generating Makefile... Okay
=========================
* Completed *
With "Always Regenerate Makefile" unchecked, I get:
=========================
*Completed *
Can these messages be eliminated when there is nothing to build and the makefile doesn't change?
David