I started adding support for a Studio 2005 third-party toolchain (IAR compiler).
So far, I have been successful in implementing the required MSBLUDE functions (compilation, link and assembled) and Visual Studio add-in to support the * .proj file.
The next obstacle is managing the dependency for the header. I'm not sure what the best way is about this.
The IAR compiler provides a command line switch to get a list of header files, depending on the source, but how should I provide this information in Visual Studio / MSBild?
No comments:
Post a Comment