Waf 构建系统能否生成 C/C++ 的 Visual Studio 项目文件?
Can the Waf build system generate Visual Studio project files for C/C++?
现在有一个“额外”工具(检查 waflib/extras/msvs.py)。
由于这是waf作者使用的,我认为你可以信赖它。
An "extra" tool does now (check waflib/extras/msvs.py).
Since this is used by the waf author, I think you can rely on it.
-- 几年过去了... --
我没有尝试过(我现在正在学习 Waf),但似乎可以:
IDE 支持:Eclipse、Visual Studio 和 Xcode 项目生成器(waflib/extras/)
来源:http://code.google.com/p/waf/
生成器脚本在那里可读,您可以看到项目模板:http://code.google.com/p/waf/source/browse/waflib/extras/msvs.py
另外,一些可能相关的文档:http://docs.waf.googlecode.com/git/apidocs_16/tools/msvc.html
我现在正在检查它今天是否有效。
-- A few years passed... --
I didn't try it (I'm learning about Waf right now) but it seems it can :
IDE support: Eclipse, Visual Studio and Xcode project generators(waflib/extras/)
Source : 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
Also, some maybe related docs : http://docs.waf.googlecode.com/git/apidocs_16/tools/msvc.html
I'm checking if it works today right now.
不,waf 目前不支持此功能,但如果您愿意,没有什么可以阻止您从 waf 调用 vcbuild。
No, waf does not support this at this time but nothing stops you from calling the vcbuild from waf if you want.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
现在有一个“额外”工具(检查 waflib/extras/msvs.py)。
由于这是waf作者使用的,我认为你可以信赖它。
An "extra" tool does now (check waflib/extras/msvs.py).
Since this is used by the waf author, I think you can rely on it.
-- 几年过去了... --
我没有尝试过(我现在正在学习 Waf),但似乎可以:
来源:http://code.google.com/p/waf/
生成器脚本在那里可读,您可以看到项目模板:http://code.google.com/p/waf/source/browse/waflib/extras/msvs.py
另外,一些可能相关的文档:http://docs.waf.googlecode.com/git/apidocs_16/tools/msvc.html
我现在正在检查它今天是否有效。
-- A few years passed... --
I didn't try it (I'm learning about Waf right now) but it seems it can :
Source : 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
Also, some maybe related docs : http://docs.waf.googlecode.com/git/apidocs_16/tools/msvc.html
I'm checking if it works today right now.
不,waf 目前不支持此功能,但如果您愿意,没有什么可以阻止您从 waf 调用 vcbuild。
No, waf does not support this at this time but nothing stops you from calling the vcbuild from waf if you want.