Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
It's certainly possible in earlier versions. In the New Project Wizard you should create a Makefile project, setting the "Build" command line to invoke make. Add the source files to the project so that source browsing works. – bobbogo Feb 11 at 15:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.