Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] MBS question

Thanks.that was the missing tip.where can I find the doc about this kind of thing ?.
Derek Morris wrote:
This is defined in org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml.

In your MBS definition, you use the superClass attribute to inherit the settings. An example for a C compiler could be:

    <tool
      command='my-own-gcc'
      id='my.own.gcc'
      name='My Own C Compiler'
      superClass='cdt.managedbuild.tool.gnu.c.compiler'
    >

HTH



Back to the top