User forums > Using Code::Blocks
[Solved] [Project Options]: Howto dependencies
(1/1)
didier:
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
MortenMacFly:
--- Quote from: didier on September 28, 2010, 09:01:47 pm ---How can I declare dependencies between projects ?
--- End quote ---
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
???
didier:
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.
MortenMacFly:
--- Quote from: didier on September 29, 2010, 10:21:38 am ---Yess, I've readt it. What should I type in the text field ?
--- End quote ---
What text field? There is no text field, but a check list box. Did you read/apply this:
--- Quote from: MortenMacFly on September 28, 2010, 10:12:32 pm ---Right-click on a project, select "properties". On the tab "project settings" select "project dependencies" and adjust as needed.
--- End quote ---
Carefully?
didier:
Humm, you're right.
I was focused in Build Targets pane, [Dependencies...].
Sorry... :?
Navigation
[0] Message Index
Go to full version