从Visual Studio解决方案生成文件(用于GCC) [英] Generate Make Files (for GCC) from Visual Studio Solution

查看:176
本文介绍了从Visual Studio解决方案生成文件(用于GCC)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想编译我的 Visual Studio解决方案,有三个项目,在Linux使用GCC。该解决方案包含两个使用这些DLL的 DLL项目一个应用程序(.EXE)项目。源代码不包含任何Windows依赖关系。

I want to compile my Visual Studio Solution, with three projects, in Linux using GCC. The solution contains two DLL projects and one application(.EXE) project which uses these DLLs. The source code doesn't contain any Windows dependency.

如何转换解决方案(使用3个项目)来创建可使用 GCC 在Linux中编译的文件。

How do I convert the solution (with 3 projects) to make files which can be compiled in Linux using GCC.

是否有任何工具用于转换Visual Studio解决方案(项目)来创建文件。

Is there is any tool for converting the Visual Studio Solution (Project) to make file/s.

Visual Studio版本是 Visual Studio 2008

The Visual Studio version is Visual Studio 2008

推荐答案

也许这可以帮助你,但你需要处理你输出的原始代码

Maybe this can help you, but you need to handle whit you outputs in the original code

Make-It-so

Make-It-so

http://code.google.com/p/make-it-so/


sln2mak

or sln2mak

http://www.codeproject.com/Articles/28908/Tool-for-Converting-VC-2005-Project-to-Linux-Makef

我希望这可以帮助您

这篇关于从Visual Studio解决方案生成文件(用于GCC)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆