开发者

SCONS to Visual Studio 2008

I got a project, source code, etc, using SCONS. Could you recommend tools/ways to convert or inte开发者_StackOverflow社区grate it in a Visual Studio C command line project ?


Hi this may be usefull http://www.scons.org/wiki/IDEIntegration#head-a0b9e629986abc8528bdd599bac43a22cd161bf4


I realize this doesn't directly answer your question but I'd reconsider against using SCONS. Native Visual Studio projects have too many advantages such as being able to use Incredibuild, Visual Assist et c.

Instead you might want to look at XPJ:

http://sourceforge.net/projects/xpj/

What it does is generates a vcproj from an XML file, which can also be used to generate a SCONS project if absolutely necessary.

If you are not convinced, you can custom command line project option in Visual Studio and have it invoke the SCONS build.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜