Difference between revisions of "Visual Studio C++ to Gcc"

From Minor Miracle Software
Jump to: navigation, search
(Created page with " There are three options to convert a Visual Studio C++ project to gcc[https://stackoverflow.com/questions/12875013/generate-make-files-for-gcc-from-visual-studio-solution]...")
 
(No difference)

Latest revision as of 22:18, 12 July 2020


There are three options to convert a Visual Studio C++ project to gcc[1]

vcproj2cmake[2]

  • Needs ruby

vcxproj2cmake[3]

  • Needs perl and additional packages

Make-it-so[4]

  • Works with VS 2008 and 2010.
  • The dependencies between files must be clear. One header per code file.
  • Much cleanup must be done.


Internal Links

Parent Article: Main Page