So, I have a visual studio 2008 of the project for the project I was working on, but its subproject with a larger code base, which is cross-platform, so to make my project complaint the main source, I need to make my nix project compilable.
Is there a way to generate a makefile based on my vcproject project? or, if not, I can generate a makefile in any other way than writing it manually, as this seems confusing, like all hell when I open them.
source share