Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Setting my own default new project options?
Setting my own default new project options? [message #1007483] Wed, 06 February 2013 05:46 Go to next message
Joost Kraaijeveld is currently offline Joost KraaijeveldFriend
Messages: 273
Registered: July 2009
Senior Member
Hi,

Is it possible to set my own "new project" options without rebuilding
the CDT? E.g. I always want "-std=gnu11" and link with specific
libraries, need to add paths for headers etc.

TIA

Joost


Cheers,

Joost
Re: Setting my own default new project options? [message #1007500 is a reply to message #1007483] Wed, 06 February 2013 08:39 Go to previous message
Sebastian Wagner is currently offline Sebastian WagnerFriend
Messages: 13
Registered: June 2010
Junior Member
You could create a new plugin and extend the org.eclipse.cdt.managedbuilder.core.buildDefinitions extension point. You will find some information how to do that in the help searching for the "Managed Build System Extensibility Document".
Previous Topic:CDT cross project reference building issues
Next Topic:Juno CDT build Index -> Out of memory
Goto Forum:
  


Current Time: Fri Apr 26 15:28:41 GMT 2024

Powered by FUDForum. Page generated in 0.03307 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top