从 Jamfile 构建 Visual Studio 项目?
有人知道如何从基于 Jamfiles 的构建中创建 Visual Studio 项目吗?
我会选择 jamfile -> XML 或其他中间格式导出器工具,这样我就可以编写自己的工具。
Anyone know of a way to create Visual Studio Projects from a build based on Jamfiles?
I'd settle for a jamfile -> XML-or-some-other-intermediate-format exporter tool, so I could write my own.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这个 jam 发行版有一个工具可以做到这一点:
http://redmine.jamplex.org/
请参阅此处:
http://redmine.jamplex.org/git/jamplus/docs/ html/jamtoworkspace.html
我自己还没有使用过它,所以恐怕我不能说它的效果如何。
This jam distribution has a tool that does that:
http://redmine.jamplex.org/
See here:
http://redmine.jamplex.org/git/jamplus/docs/html/jamtoworkspace.html
Haven't used any of it myself yet, so I'm afraid I can't say anything about how well it works.
您也可以考虑CMake。 CMake 文件与 Jamfile 一样易于编写,并且 CMake 可以为以下项目生成项目自动生成 Visual Studio、Xcode 和 Unix Makefile。 我曾经在所有 Linux 项目中使用 Jam,但一旦发现 CMake,我就再也没有回头过。
You might also consider CMake. CMake files are about as easy to write as Jamfiles, and CMake can generate projects for Visual Studio, Xcode, and Unix Makefiles automatically. I used to use Jam for all my Linux projects, but once I discovered CMake, I haven't gone back.
JamPlus 有一个内置的工作区生成器,可以读取项目的 Jamfile 并导出 IDE 工作区。
http://jamplus.org/git/jamplus/docs/html/jamtoworkspace.html
JamPlus has a built-in workspace generator that reads a project's Jamfiles and exports an IDE workspace.
http://jamplus.org/git/jamplus/docs/html/jamtoworkspace.html