Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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!
-
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.
-
Thank you very much!
I do it, and work fine!