Search code examples
eclipse-cdt

How to build current project only in Eclipse CDT on "Build project"?


I am working with Eclipse CDT and I want to build the current project only, not any referenced project. Is this somehow possible?

The idea behind this is, that I want to distinguish between "Build Project" and "Build all projects" (in which case, referenced libraries should be built as well).

Thanks in advance, Martin


Solution

  • I'd love to have a better answer for this - the only workaround I know of is to go and actually close all the projects but the one you want built.