Author Topic: Always run a target  (Read 3333 times)

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Always run a target
« 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..

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: Always run a target
« Reply #1 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.

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: Always run a target
« Reply #2 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...
« Last Edit: June 22, 2006, 10:46:55 pm by kkez »