Tool Files (.tool) in VS .NET 2005 (Whidbey)

G

Guest

Hi,

I have found that VC++ has new great feature in VS .NET 2005. I mean
customization of build process by adding new tools. It is really working for
tools which are similar to compiler, but I didn't found how I can add new
linker tool for example. Is it possible?

Regards,
Anton.
 
C

Carl Daniel [VC++ MVP]

AntonS said:
Hi,

I have found that VC++ has new great feature in VS .NET 2005. I mean
customization of build process by adding new tools. It is really
working for tools which are similar to compiler, but I didn't found
how I can add new linker tool for example. Is it possible?

I don't think so.

You might want to ask in microsoft.private.whidbey.cplusplus.ide (see the
Visual Studio 2005 Beta developer center on MSDN for information on posting
to the private newsgroups). You may also want to post a feature request on
the MSDN Product Feedback Center (again, see the VS 2005 Beta developer
center).

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top