Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] A few more build/project questions

Hi Mikhail,

Thanks for the reply. Please see my questions below:

>My current thought is that the TYPE_CUSTOM dep calculator should be
>used.

Creating a .d dependency generator I need to let the builder know about the
command flags which should be added. Am I supposed to return a
IManagedDependencyCommands for TYPE_CUSTOM, too?

And I think I have to inform the builder about the additional .d files being
created. I think somewhere in the internal builder code certain output files
will be deleted (like .o) ("Clean selected file(s)" maybe?). So when the .o
gets deleted, the .d should be deleted, too.

I'm going to work on this when I get the time. If everything works well I'll
probably be able to contribute the code to future CDT.


Sascha



Back to the top