cake icon indicating copy to clipboard operation
cake copied to clipboard

Remove 'enabled' properties on builder tools and -p command-line

Open lewissbaker opened this issue 7 years ago • 2 comments

Now that we have lazy-tasks and named targets we can remove the need for 'enabled' property on tools which was used for switching between different build modes.

For example, specifying -p flag would enable a 'project building' mode which would disable all tools except for the project tool so that you could build .vcproj files without compiling the code.

We should now be able to do this with named targets and lazy tasks/builds instead of disabling certain tools. eg. have the project tool define an @projects target to allow you to build .vcproj files

lewissbaker avatar Mar 17 '17 11:03 lewissbaker