Windows平台往Linux平台迁移的利器

Converts Visual Studio solutions to Linux gcc 

Overview

MakeItSo converts Visual Studio solutions to gcc makefiles for Linux. It will convert all projects in a solution and create a makefile for each one. It also creates a master makefile that will build them in the correct dependency order.

Current version (1.2)

Version 1.2 supports C++ and C# VS 2008 and VS 2010 solutions: * C++ projects are converted to gcc builds. Converts executables, static libraries, and DLLs into equivalent gcc makefiles. * C# projects are converted to mono builds. Converts executables and libraries (including WinForms executables and WinForms custom controls) into equivalent mono makefiles.


https://github.com/ErikZhou/make-it-so

Please download the tool 

https://github.com/ErikZhou/make-it-so/blob/master/MakeItSo_1.2.2.zip

Usage:

MakeItSo -file=e:\code\my_solution\my_solution.sln

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容