Where can I find a tool to convert a VS solution to a gcc makefile?

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2009-05-15T19:50:13Z Indexed on 2010/04/06 8:53 UTC
Read the original article Hit count: 274

I know about CMake and bakefile already, but that is not what I am looking for.

Is there a tool that will generate a makefile given a VC project? (or at least a first attempt at one) so I don't have to do all the work by hand?

Alternatively, is there a tool that makes CMake files?


Edit:

Following the link below leads me to this:

http://www.winehq.org/docs/winemaker

That is a great help. I have not tried it yet.

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about c++