Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] extending the existing toolchain

Hi Stephane,

>1) I would like to customise the existing gcc flags for my C++
projects, 
>is there a way to copy the release configuration in a new configuration

>and apply it for all my projects ?
No, that's not currently possible to apply the setting of some
configuration to all configurations in all projects. 

>Note : I managed to create a new configuration copying settings from an

>existing configuration but I do not understand the aim since I can not 
>retrieve the new configuration in my other C++ projects...
Creating a new configuration only adds the configuration to the given
project. The created configuration is visible only within the project
scope.

Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Stephane ANCELOT
Sent: Wednesday, August 30, 2006 8:20 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] extending the existing toolchain

Hi,

1) I would like to customise the existing gcc flags for my C++ projects,

is there a way to copy the release configuration in a new configuration 
and apply it for all my projects ?


Note : I managed to create a new configuration copying settings from an 
existing configuration but I do not understand the aim since I can not 
retrieve the new configuration in my other C++ projects...

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


Back to the top