Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse CDT Build Configurations - Build All at once

In Eclipse CDT, I have several build configurations. I want to build them all at once. They can be built in parallel or in serial, it doesnt matter, there are no dependancies. What I am looking for is a one-click build which will recompile all the build configurations with one action.

like image 550
DogEatDog Avatar asked Jul 12 '12 03:07

DogEatDog


1 Answers

In the Preferences Dialog (in "Window" menu on Windows, and on "Eclipse" on OS X), in the subtree C/C++Build, there is an option to select "Build All Configurations in Each Project"

See the screenshot:

Screen shot of Build Configuration Options to build all at once in Eclipse

like image 81
DogEatDog Avatar answered Oct 03 '22 00:10

DogEatDog