Non-recursive inter-project dependencies

General questions regarding the usage of CodeLite
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Non-recursive inter-project dependencies

Post by tankist02 »

Let's say I have a workspace C that consists of 3 projects:

A (base)
B (depends on A)
C (depends on B)

If I do rebuild for C only C and B are rebuilt, but not A. Is it by design? I would expect A to be rebuilt too. BTW Visual Studio behaves recursively and will rebuild all 3 projects..
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Non-recursive inter-project dependencies

Post by eranif »

Yes, it is by design ;)

Eran
Make sure you have read the HOW TO POST thread
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Non-recursive inter-project dependencies

Post by tankist02 »

It's a pity. I really like CL and thanks a lot for developing it. But it's handling of project dependencies with levels > 2 seems not working for me. :cry:
Post Reply