Hello All!
Well this is not exactly a C++ question. Please let me know if this needs to be posted elsewhere. So, here it goes:
I have a project, cosisting of the entire buildrules in Makefiles. This has been built only on Linux. Now, i need to build it on Windows, but i don't know how to read Makefiles and figure out what all needs to be included in my project so as to build it on Windows.
Is there a tool that can perhaps generate a vcproj file(im using VC++) from a Makefile? or any other way out of this?
Any suggestions would be hepful. Thanks in advance!