We have been using a hand crafted build system that uses gmake on Microsoft Windows XP. We now want to use the fancy features of Visual Studio 2010. I have been able to import all of our source files into an empty project and also kick off the build using the Tools->External Command option. I would like to invoke this command as the default option for the build command in Visual Studio. Is this possible?
Thank You bkm
make. Add the source files to the project so that source browsing works. – bobbogo Feb 11 at 15:47