Convert vcproject to makefile for nix?

Posted by Undawned on Stack Overflow See other posts from Stack Overflow or by Undawned
Published on 2010-05-03T09:32:30Z Indexed on 2010/05/03 9:38 UTC
Read the original article Hit count: 299

Filed under:
|
|

So I have a visual studio 2008 project setup for a project I've been working on however its a sub project of a rather larger code base which is crossplatform, so in order to make my project complaint with the main source I need to make my project nix compilable.

Is there some way I can generate a makefile based off my vcproject? or if not is there someway I could generate a makefile any other way than writing it manually as it appears confusing as all hell when I open them up.

© Stack Overflow or respective owner

Related posts about c++

Related posts about cross-platform