Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] Tool settings

For one of our toolchains we have specified a ManagedCommandLineGenerator
class to process tool flags into a command line. The same class should also
be called to generate the flags shown in the C/C++ build dialog when a Tool
is selected (ToolSettingsBlock), but somehow it isn't. Is there a way to
have our ManagedCommandLineGenerator class be called for this too?

Regards,
  Wieant


Back to the top