Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] General toolchain options

Wieant Nielander wrote:
>>> Let's say 2 of the 3 tools in the chain should use a common option. Is 
>>> there a way to do that too?
>> I was just about to ask that question. ;-)
> 
> Yes there is, each tool can define its own commandLineGenerator, this
> tool specific generator can query the required global toolchain
> option and add the appropriate option.

If I implement my own commandLineGenerator, do I need to implement the
entire IManagedCommandLineInfo interface, or can I return null values
for any part I don't want to modify?

--
/Jesper



Back to the top