C# 设置问题的 Scons
我时常使用 Scons,我发现它是构建简单 C# 项目的好工具。 我想应该对 Scons 进行一些修改才能使用 C#。
我可以获得有关如何执行此操作的帮助吗?
I use Scons from time to time, and I see it's a good tool for building simple C# project.
I guess there should be some modification of Scons for using C#.
Can I get some help on how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 SCONS C# builder wiki 页面开始,并与 SCONS 邮件列表。一些人们已经在这方面做了一些工作,但它似乎可能已经脱落和/或已经脱落一段时间了。
我猜想,解决那里的事情 - 特别是看看已经完成的事情 - 会比这里的一个单一问题更有成效,因为绝大多数主流 C# 用户使用 msbuild、nant、psake 或其他 .net 特定工具-链。
You can start with the SCONS C# builder wiki page, and work through issues with people on the SCONS mailing lists. Some people have already done some work in this area, but it seems it may have fallen off and/or been some time ago.
I would guess that working through things there - and especially looking at what was already done - would be much more fruitful than a single question here, as the vast majority of mainstream c# users use msbuild, nant, psake, or another .net specific tool-chain.