Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: Custom Make/Call gcc from Eclipse

Hello,

Thank you for your reply Jesper.
But I want this to happen for every file that the user creates. I want to add it as a functionality - building a user c/cpp file with a specific library.
I do not want the user to write a custom make file everytime for this.

Thank You,
Rohit

On Tue, Oct 13, 2009 at 1:51 AM, Jesper Eskilson <jesper.eskilson@xxxxxx> wrote:
Rohit Girme wrote:
Hello,

Let me put what I want in different words. I want to generate my own make file with my own commands to gcc. I think I need to write a plugin for that. So I need to know how CDT generates it own make file using the Managed Build System. I believe I can modify that according to my needs. I found out that there was a bug called "CDT Custom Build Steps" which has been solved. I am looking into that now.
Please guide me if someone knows anything about what I am doing.

If you have your own Makefile you don't need to write a plugin to use that from CDT, just create a Makefile project and CDT will run make for you.

--
/Jesper

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top