Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: didier on September 28, 2010, 09:01:47 pm
-
Hi,
I have read the doc but still not clear for me ...
How can I declare dependencies between projects ?
Explicitly: how to declare to build project A before B if B depends on A and A sources are newer than their corresponding object files ?
Thanks to light me !
:D
-
How can I declare dependencies between projects ?
Right-click on a project, select "properties". On the tab "project settings" select "project dependencies" and adjust as needed.
Ps.: Did you read this:
http://www.codeblocks.org/docs/main_codeblocks_en3.html#x3-100001.8
???
-
Yess, I've readt it. What should I type in the text field ?
Seems not to be adapted to my need.
Because I want the project B that project A depends on must be updated just-in-time before project A.
And if I've understood, it has effect on project A only.
-
Yess, I've readt it. What should I type in the text field ?
What text field? There is no text field, but a check list box. Did you read/apply this:
Right-click on a project, select "properties". On the tab "project settings" select "project dependencies" and adjust as needed.
Carefully?
-
Humm, you're right.
I was focused in Build Targets pane, [Dependencies...].
Sorry... :?