Converting a .mak file to .vcproj

  • Thread starter Thread starter futurefrontiers
  • Start date Start date
F

futurefrontiers

I have about 300 .mak files that I would like to convert to VC7 .vcproj
files. I know I can do this inside Visual Studio IDE. But I'd like to
avoid the painstaking process of opening each file in Visual Studio and
then converting it to .vcproj. Is there a way to do the same thing in
the command window?
 
Back
Top