简体   繁体   English

Waf生成Visual Studio项目?

[英]Waf generating Visual Studio projects?

Waf构建系统能为C / C ++生成Visual Studio项目文件吗?

An "extra" tool does now (check waflib/extras/msvs.py). 现在有一个“额外”工具(检查waflib / extras / msvs.py)。

Since this is used by the waf author, I think you can rely on it. 由于这是由waf作者使用的,我认为你可以依赖它。

-- A few years passed... -- - 几年过去了...... -

I didn't try it (I'm learning about Waf right now) but it seems it can : 我没有尝试过(我现在正在学习Waf)但它似乎可以:

IDE support: Eclipse, Visual Studio and Xcode project generators (waflib/extras/) IDE支持:Eclipse,Visual Studio和Xcode项目生成器(waflib / extras /)

Source : http://code.google.com/p/waf/ 资料来源: http//code.google.com/p/waf/

The generator script is readable there, with the project template that you can see : http://code.google.com/p/waf/source/browse/waflib/extras/msvs.py 生成器脚本在那里是可读的,您可以看到项目模板: http//code.google.com/p/waf/source/browse/waflib/extras/msvs.py

Also, some maybe related docs : http://docs.waf.googlecode.com/git/apidocs_16/tools/msvc.html 此外,一些可能相关的文档: http//docs.waf.googlecode.com/git/apidocs_16/tools/msvc.html

I'm checking if it works today right now. 我现在正在检查它是否有效。

不,waf目前不支持这个,但如果你愿意,没有什么可以阻止你从waf调用vcbuild。

Think about youre Question and the Word WAF. 想想你的问题和单词WAF。 W indows A pplication F ramework is specialy for DotNet inklude az# (c#, j#, f# ...) w ^ INDOWS 一个 pplication˚Framework是specialy为DOTNET的 inklude AZ#(C#,J#,F#...)

There are other Frameworks to use in C/C++ 在C / C ++中还有其他框架可供使用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM