将 MSBUILD 与 C++ 一起使用建造者2010
请赐教...我有一个运行 MSBUILD 的构建服务器来构建在 C++ Builder 2010 中完成的项目。我想在本地计算机上设置整个设置,以便能够处理构建脚本,而不会弄乱实时构建服务器。但我想知道 MSBUILD 如何知道如何使用 C++ Builder 项目。
然后我读到一个名为 Borland.Group.Targets 的文件就是神奇的东西。但我到处都找不到它。我查看了 Embarcaderos 网站、Microsoft 网站、C++ 构建器和 MSBUILD 安装等。它是什么,在哪里可以获得它以及它如何工作?
(我的猜测是,这是一个带有“规则”的文件,告诉 MSBUILD 如何处理 C++ Builder 项目,但如果我找不到该文件,这并没有帮助......呵呵)
Enlighten me please... I have a buildserver that runs MSBUILD to build projects done in C++ Builder 2010. I wanted to setup that entire setup on my local machine to be able to work on the build scripts without messing up the live build server. But I was wondering how MSBUILD knew how to work with C++ Builder projects.
Then I read that a file called Borland.Group.Targets was the magic piece. But I can't find it anywhere. I looked at Embarcaderos site, Microsoft's site, the C++ builder and MSBUILD installations etc. What is it, where do I get it and how does it work?
(My guess is that it's a file with "rules" telling MSBUILD how to handle C++ Builder projects, but that doesn't help if I can't find the file... hehe)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是想问如何通过命令行构建项目吗?像这样创建一个 .cmd 文件:
Are you asking how to build a project via the command line? Make a .cmd file like so: