show/hide this revision's text 2 retagged to match comon vs tags

show/hide this revision's text 1

Convert nmake makefile into Visual Studio 2005 project

We have some old C code here that's built with nmake.

Is there an automated way to pull the Makefile into Visual Studio 2005 and create a project? Some searching on MSDN indicates VS6 could do this, but it looks like VS7/8 dropped the feature.

If necessary I can build the project from scratch using the project.mak file as a reference, but for more complex projects this may not be viable.