Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Adding a new tool to MBS

Could it be done with a fake tool? For example, from a .exe, I want to create 3 additional files .a, .b and .c, could I define those three tools and then a fourth (which is the subject of the TargetTool) which does nothing, but is dependent on .a, .b and .c?

Thanks
--
Derek


Treggiari, Leo wrote:
Is it just a case of adding each to the TargetTool attribute?

Unfortunately, no.  The list is for the case where there are multiple
instances of the target tool in the ToolChain that are filtered by the
"nature" - e.g., different linkers for C vs. C++.

I don't remember a way to do what you want.  Maybe someone else does.

Leo

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Derek Morris
Sent: Friday, December 01, 2006 11:25 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Adding a new tool to MBS

That was it!

But now another question. I want to run several 'post-build' steps.
These each take the .exe as input and create different outputs (srec, and various 'listing' files). Is it just a case of adding each to the TargetTool attribute?

Thanks,



Back to the top