Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: hcye on June 30, 2007, 01:54:09 am

Title: Feature request: build all targets at once
Post by: hcye on June 30, 2007, 01:54:09 am
This would be very convenient for automated regression testing.

Is this possible already? Thanks!
Title: Re: Feature request: build all targets at once
Post by: k2dave on June 30, 2007, 02:09:27 am
Select 'All' from the 'Build Target' combobox!
Title: Re: Feature request: build all targets at once
Post by: stahta01 on June 30, 2007, 02:15:43 am
Select 'All' from the 'Build Target' combobox!


The virtual target "All" does not necessarily build all the targets. It depends on how the projects are set up.
But, there is no reason that an person can not change "All" to build all targets if they want.

Tim S
Title: Re: Feature request: build all targets at once
Post by: hcye on June 30, 2007, 07:28:00 pm
Thanks a lot!