Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: kkez on June 17, 2006, 05:27:51 pm

Title: Always run a target
Post by: kkez on June 17, 2006, 05:27:51 pm
I have project that is similar to C::B, that is, it has one executable target and the other targets produce dlls. Of course when i build my project i want to build every target (build target: All), since many files are shared. But only one target needs to be executed :)

Now the question: is the option "Always run this target" available in C::B? I tried to search throughout the forums with "run" and "target" but didn't find anything.

Of course the other use of targets could be one for debug and one for release à la VC++ but in that case two targets produces executable and it should be easy to check..
Title: Re: Always run a target
Post by: kkez on June 19, 2006, 01:14:41 pm
Yes it exists/No it doesn't exist/make a patch if you want/no we don't want this feature at all.
Title: Re: Always run a target
Post by: kkez on June 22, 2006, 10:42:12 pm
BTW, "This target provide the project's main executable" is a step behind the "Always run this target" because it only select the target... so can i remove it if i make a patch? Of course projects with many targets will still have that dialog to choose which output to start...