Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Template question for Makefile Projects...

I think as a start point you can take a look at BuilderSettingTab. class. This class manipulates with IBuilder object. Some ideas (not much) you can find in class STDWizardHandler which creates standard make project.

Sorry, it is really not much :-(

Alex
Sean Adams wrote:
I'm in the process of creating a Makefile project template for our code.

Are there any existing tasks to add/delete/manipulate build configurations?

Specifically, the project uses jam instead of make. So I'd like to be able to change the build command and build targets.

In addition, I'd like to rename the default configuration to something more product specific as well as add additional build configurations for different targets.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top