Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Which Interface for Dependency Calculator?

I want to implement an own dependency calculator for my compiler input files. For this, the managed builder seems to use the IManagedDependencyGenerator interface.
When I started to implement, it shows that this interface seems to be depreciated and that IManagedDependencyGenerato2 should be used instead.

How should I implement that? Is IManagedDependencyGenerato2 not supported by the managed build?

Thanks for your help!

Sebastian

Back to the top