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...

Thanks for all the comments.

It looks like there aren't any predefined processes to do what I want. That's OK, I'll continue with plan B -- subclassing the Makefile wizard (StandardWizard?) to create my own 'category' of makefile-like (we use jam) projects with customized build configurations.

Sean

Srikanth Ranganamyna wrote:

Take a look at StandardBuildTests class in org.eclipse.cdt.make.core.tests plugin. Particularly, testProjectSettings() test case has information about how to manipulate the build configuration settings.

If your looking to create a template, much like the templates that are offered at the project creation time using GUI, then the above test cases may not be useful. The above test case helps in knowing which methods to use and how to use to manipulate build settings for a make file project.

Thanks,
-Sri.

On Fri, Jul 18, 2008 at 11:28 AM, Sean Adams <seadams@xxxxxxxxx <mailto:seadams@xxxxxxxxx>> 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 <mailto:cdt-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/cdt-dev


------------------------------------------------------------------------

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



Back to the top