how can i create vcproj (VSC++ project file ) from nmake file?

1.7k views Asked by At

i have project that supply me only the nmake files , and i like to load the project to Visual studio express 9 , how can convert the nmake to vaild vcproj files ?

1

There are 1 answers

0
heavyd On

One of the easisest way of creating a Visual Studio project from existing code is going to the New->Project from Exisiting Code menu item and following the wizard. This won't actually create the project from the data in the nmake file, but its a nice start.