I am new to makefile.
I have spent hours but could not figure out how to convert a makefile to vcproj file for Visual studio 2005.
I know there is a menu item that can import makefile in VC6.
Can someone help me with this?
Thanks
Printable View
I am new to makefile.
I have spent hours but could not figure out how to convert a makefile to vcproj file for Visual studio 2005.
I know there is a menu item that can import makefile in VC6.
Can someone help me with this?
Thanks
I stayed very late last night, no progress.
I can manually config the .vcproj file according to the makefile.
Even with manual config, some vcproj don't work.
I think there is a way to automatically convert makefile (from samples of microsoft) to .vcproj file.
Your help is very much appreciated.
Hey - I'm trying to figure out the same thing. Did you find any solution for this?
Thanks,
Moshe
No. this seems hard. but it's supposed to be a common thing to programmers.
Help needed! Please guys!