Page 1 of 1

Where to specify projects dependencies?

Posted: Thu Jan 14, 2010 7:53 am
by jiapei100
Hi:

In a single workspace, there are loads of projects.
Some depends on others.

It's necessary to specify project dependencies, in order to ensure every project is up-to-date.

I met several times already that without project dependencies, when debugging, weird debugging outcomes show up in the "watch" dialog.

Therefore, my question is, how to specify project dependencies in codelite?

Cheers
JIA

Re: Where to specify projects dependencies?

Posted: Thu Jan 14, 2010 9:04 am
by eranif
right click on your "main project" (the last one to be built) and select 'Build Order'
Eran

Re: Where to specify projects dependencies?

Posted: Thu Jan 14, 2010 12:21 pm
by jiapei100
Thanks!!

Now, testing...

Cheers
JIA