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!
Need Details About "Build Order" Page
- ColleenKobe
- CodeLite Expert
- Posts: 130
- Joined: Wed Mar 30, 2016 4:31 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: Need Details About "Build Order" Page
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
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
- 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
Terrific! Thank you, Eran.
Colleen
Colleen