Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to build all target in a same project?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How to build all target in a same project? (Read 4353 times)
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!
Logged
mandrav
Project Leader
Administrator
Lives here!
Posts: 4315
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.
Logged
Be patient!
This bug will be fixed soon...
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!
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to build all target in a same project?