Waf generating Visual Studio projects?
Asked Answered
B

3

10

Can the Waf build system generate Visual Studio project files for C/C++?

Botulin answered 26/11, 2009 at 13:9 Comment(0)
B
11

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.

Bestiary answered 1/10, 2011 at 21:41 Comment(0)
A
8

-- 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.

Abidjan answered 21/12, 2011 at 18:6 Comment(0)
F
3

No, waf does not support this at this time but nothing stops you from calling the vcbuild from waf if you want.

Fulani answered 22/12, 2009 at 17:21 Comment(1)
No, see the other answers :)Racon

© 2022 - 2024 — McMap. All rights reserved.