Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] (no subject)

Thats ok...
Since build target where hard coded make targets in the CView, they had to be removed when the make targets where removed from the core. However, on the brighter side the new make target management within the make plugins is much cleaner now, with a new target manager (IMakeTargetManager) allowing other plugins to add there own targets to a make type project, and a complete interface to a make target (IMakeTarget). Also, if you are a plugin with your own make type builder and support the IMakeBuilderInfo as arguments to your builder (see MakeBuilder as an example) you just need to advertise through an extension point (MakeTargetBuilder) the builder that supports this, and these project will then show up in the make targets view.

Dave..

Sean Evoy wrote:

Doug,
You were right; if you turn off the build on resource change preference, the 'Project' menu contains the incremental build menu items. So, the only thing missing is a way to invoke a build 'clean'. I'm not sure it's critical to have that (although it would be nice). Doug has also reminded me that Dave Inglis did send out an email about this back in July, so I guess I should have looked a bit harder before firing off my email. Sorry, Dave.

Sean Evoy
Rational Software - IBM Software Group
Ottawa, Ontario, Canada

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top