What is the best solution to build several CDT C++ projects from the command line? The projects have references and so it is not possible to just build single projects.
If you created a Make project under CDT you can just use your favorite shell and execute make in all the projects dirs.