Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] configurations & tool chains

I do something like this for Android. I defined the toolChain at the
top level of the buildDefinitions. Then when I create a Makefile
project I can select it in the ToolChains list.

Now that's just for the "Default" configuration. If I need others, I
would create them by hand. But it makes sense what you're trying to do
and we need to consider that when mucking in the build system for CDT
8.0.

On Thu, Jul 15, 2010 at 6:19 AM, Flo Menier <josieenfrance@xxxxxxxxxxx> wrote:
> Hello everyone,
> Using Extension point org.eclipse.cdt.managedbuilder.core.buildDefinitions,
> we can create a configuration which contains an single toolchain.
> Can we keep separate configurations from the different tool chains so that
> when we create one project, we select one tool chain, and in next step, all
> configurations defined will be proposed at this moment. Like by defaut, in
> eclipse, we create an empty executable project, we have MinGWCC tool chain,
> then, we have the multi choice, debut and release.
> Is it possible to develop un plugin with the configurations and tool chains
> independently, but the link can be created dynamically at the moment of the
> creation of the project.
> Thanks in advance,
>
> ________________________________
> Votre messagerie et bien plus où que vous soyez. Passez à Windows Live
> Hotmail, c'est gratuit ! Inscrivez-vous
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top