News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to build all target in a same project?

Started by Loaden, April 04, 2008, 04:01:51 AM

Previous topic - Next topic

Loaden

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!

mandrav

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...

Loaden

Thank you very much!
I do it, and work fine!