Author Topic: How to build all target in a same project?  (Read 3227 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
How to build all target in a same project?
« 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!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: How to build all target in a same project?
« Reply #1 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.
Be patient!
This bug will be fixed soon...

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: How to build all target in a same project?
« Reply #2 on: April 04, 2008, 02:39:04 pm »
Thank you very much!
I do it, and work fine!