Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Hierarchichal/Nested Projects Alternatives

Hello everyone,

I have been having fun lately with the Eclipse CDT 4.0, thanks!

Now, I have searched for whether you can have nested projects in the
cdt and everything points to it not being supported. Is that right?

What do you do for a hierarchy like this:

PROJECT(foo)
sub1/PROJECT(P1)
sub2/PROJECT(P2)

where you would have settings like include files different for P1 and
P2, but only one .project/.cproject at the top level (foo).

Are there any alternatives for these cases?

Thanks in advance,
--Miguel


Back to the top