Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Loaden on April 04, 2008, 04:01:51 am

Title: How to build all target in a same project?
Post by: Loaden on April 04, 2008, 04:01:51 am
Hello every one! I create a project, and with some target.
now, i only build the target one by one.
how to auto build all target?
thanks!
Title: Re: How to build all target in a same project?
Post by: mandrav on April 04, 2008, 08:28:12 am
Click "Project->Properties->Build targets->Virtual targets" to create a new virtual target and add to it any "real" targets you want to build together. You can then select this target for building. The individual targets' build order is the order they appear in the project.
Title: Re: How to build all target in a same project?
Post by: Loaden on April 04, 2008, 02:39:04 pm
Thank you very much!
I do it, and work fine!