Need Details About "Build Order" Page

General questions regarding the usage of CodeLite
User avatar
ColleenKobe
CodeLite Expert
Posts: 130
Joined: Wed Mar 30, 2016 4:31 pm
Genuine User: Yes
IDE Question: C++
Contact:

Need Details About "Build Order" Page

Post by ColleenKobe »

Can you please explain the "Build Order" page?

For example, if I have Projects A, B, and C, and I need to build them in the sequence C, A, B, how do I specify that in the Build Order page for each Project?

Thank you!
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Need Details About "Build Order" Page

Post by eranif »

Simple:
On the last project in the sequence (or: the project that no one depends on), in your case it is B:
Right click it and select "Build Order"

The dialog has 2 main areas: "Projects" and "Build order"
Click on the projects "A" and "C"
The will both appear now on the "Build order" area.
You can now reorder them so project "C" is first and "A" is the last - they will be built in this order before project "B" will get built

Eran
Make sure you have read the HOW TO POST thread
User avatar
ColleenKobe
CodeLite Expert
Posts: 130
Joined: Wed Mar 30, 2016 4:31 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Need Details About "Build Order" Page

Post by ColleenKobe »

Terrific! Thank you, Eran.

Colleen
Post Reply