Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Triigering makefile generation

Hello,
    I am developing a plugin based on CDT. I have a custom makefile generator that implements org.eclipse.cdt.managedbuilder.makegen.IManagedBuilderMakefileGenerator2.


I would like to trigger the make file generation from the plugin (e.g. when user clicks a button in the UI).

I would also like to build using the generated makefiles with a build target depending on the options chosen in the UI.  Any advice on how to trigger that please?

-Aravind


Back to the top