Skip to main content

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

There is a document in the CDT on-line help that describes the MBS object model.  It's more of a reference, than a "how-to".  The other useful place to look is the reference GNU tool-chain definition.

Leo

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Derek Morris
Sent: Sunday, February 11, 2007 2:25 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] MBS question

In the source code :-(

-- 
Derek


Stéphane ANCELOT wrote:
> 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
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

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


Back to the top