Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Problems with implementing a custom dependency generator

Sennikovsky, Mikhail wrote:
Hi Jesper,

Are you trying to make it work with external (e.g. make) or Internal
builder?

The internal builder.

The COMMAND dep calculator is supported for external builders only (e.g.
make builder). The code snippet you posted is from the Internal Builder
which does not support this type of dep calculator since the Internal
Builder is using the PDOM-based dep calculator for dependency
calculation.

Ah, ok. I didn't catch that from the docs.

Is there support for tuning the PDOM-based calculator to handle things
like compiler-specific preprocessor symbols?

--
/Jesper





Back to the top