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..
Non-recursive inter-project dependencies
-
- CodeLite Veteran
- Posts: 56
- Joined: Thu Sep 22, 2011 11:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Non-recursive inter-project dependencies
Yes, it is by design
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
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.