User forums > Using Code::Blocks
Disable/unload project in workspace
oBFusCATed:
Is there a feature, which is similar to the unload project in Visual studio.
I want to skip some projects, when building the whole workspace, but I don't want to remove them from the workspace.
Is this possible or easily implementable?
MortenMacFly:
--- Quote from: oBFusCATed on May 26, 2011, 10:58:45 am ---Is this possible or easily implementable?
--- End quote ---
Sure, just setup (a) virtual target(s) that includes only the targets / projects you need. That's what virtual targets are for. VT's work across projects in a WS, obviously.
oBFusCATed:
I was expecting this answer :(
MortenMacFly:
--- Quote from: oBFusCATed on May 27, 2011, 01:18:05 am ---I was expecting this answer :(
--- End quote ---
But what's wrong with it? :shock:
You can even use scripting to setup the virtual targets for you, e.g. if the targets you want to group have same namings...
oBFusCATed:
Because it is not the same functionality, but something that emulates it.
Also I should have many more targets than needed.
Navigation
[0] Message Index
[#] Next page
Go to full version