在哪里可以找到一个工具来将VS解决方案转换为gcc makefile? [英] Where can I find a tool to convert a VS solution to a gcc makefile?

查看:1112
本文介绍了在哪里可以找到一个工具来将VS解决方案转换为gcc makefile?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道CMake和bakefile已经,但这不是我正在寻找。

I know about CMake and bakefile already, but that is not what I am looking for.

是否有一个工具将生成一个VC文件给一个VC项目? (或至少第一次尝试一个),所以我不必手工做所有的工作?

Is there a tool that will generate a makefile given a VC project? (or at least a first attempt at one) so I don't have to do all the work by hand?

或者,有没有一个工具,使CMake文件?

Alternatively, is there a tool that makes CMake files?


按照以下链接指向我:


http://www.winehq.org/docs/winemaker

这是一个很大的帮助。

That is a great help. I have not tried it yet.

推荐答案

从1.1.19版开始,Wine( http://www.winehq.com/ )可以让你做这样的事情。它包括一个称为winemaker的工具,它最初旨在帮助将Windows C / C ++源代码移植到Unix平台。因此,最初,它主要关心转换行尾,固定低/大写问题和前进/后退斜杠。但是从版本1.1.19它也可以采取Visual Studio项目(dsp,dsw,vcproj或sln)文件作为其输入和创建一个Makefile。

As of version 1.1.19, Wine (http://www.winehq.com/) allows you to do something like that. It includes a tool called "winemaker" which originally was intended to aid in porting Windows C/C++ sourcecode to Unix platforms. So, originally, it was mostly concerned with converting line endings, fixing lower/uppercase issues and forward/backward slashes. But as of version 1.1.19 it can also take a Visual Studio project (dsp,dsw,vcproj or sln) file as its input and create a Makefile.

这篇关于在哪里可以找到一个工具来将VS解决方案转换为gcc makefile?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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