Content originally posted in LPCWare by CodeRedSupport on Wed Sep 28 02:37:22 MST 2011
I've not tried this myself, but is should be it should be possible by adding a "Builder"
- Project->Properties
- select the Builders section
- press New... and complete the dialog, paying special attention to the Build Options tab
A Builder is called during the build (in the order shown in the Builders section).
If you add "make" as your Builder and invoke it using your own makefile, this will then be called at the appropriate time during the build.
You will probably need to experiment a bit, to get the behavior you need.
More information can be found by using your favorite search engine and looking for "cdt builders"