Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] MBS tool filtering based on directories?

I'd say the recommended way to do this is to have different build
configs with different tool chains, and exclude the directories you
don't want built from each of the configs. You can do that from the
properties on the folder.

Any other ideas? Sounds like good information for the user docs...

Doug. 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrea Michelotti
> Sent: Monday, May 12, 2008 8:01 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] MBS tool filtering based on directories?
> 
> Hi all,
> is there a straightforward method to build a toolchain that 
> selects tools by using directory name other than file extensions?
> I would like to build an unique compilation chain for two 
> different processors with their own C-compilers. I want to 
> keep the "natural"
> extension ".c" for C-sources. The "input" sources are kept 
> into two different target-directories and I would like to 
> select the right "tool"
> by using the directory name.
> 
> thanks
> Regards
> Andrea Michelotti
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top