有没有一种方法可以将omake build转换为ms build [英] Is there a way to convert omake build to ms build

查看:100
本文介绍了有没有一种方法可以将omake build转换为ms build的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将omake项目(清除大小写)转换为msbuild(TFS).请让我知道是否有任何工具可用于转换.如果您能给我一个例子,我请您

I would like to convert omake projects (clearcase) to msbuild (TFS). Please let me know whether any tool is available for the conversion. I would appricate if you have give me an example

推荐答案

omake project is a Rational® ClearCase® utility to build, maintain, update, and regenerate groups of programs. It includes many of the configuration management facilities provided by the clearmake utility.

omake is intended for use in dynamic views. You can use omake in a snapshot view, but none of the features that distinguish it from ordinary make programs (build avoidance, build auditing, derived object sharing, and so on) works in snapshot views

我不认为TFS会提供像动态视图一样运行的工作空间,也不提供像DO和winkins这样类似clearmake的功能.

I don't think TFS would offer workspaces running like a dynamic view, or orffering similar clearmake-like features like DO and winkins.

因此,据我所知,不可能进行任何转换:这些项目一旦在其新的TFS引用中进行迁移,便成为简单的make/Makefile项目.

So there isn't any conversion possible to my knowledge: those projects becomes simple make/Makefile projects once migrated in their new TFS referential.

关于将Makefile转换为.sln文件的更普遍的问题,那个老问题提到了 Makefile项目向导,也提到了此页面:

Regarding the more general issue of converting a Makefile to a .sln file, that old question mentioned the Makefile Project Wizard, also mentioned in this thread and in this page:

如果您有一个使用makefile从命令行构建的项目,则Visual Studio开发环境将无法识别您的项目.
要使用Visual Studio打开和构建项目,请首先使用 Makefile项目向导创建一个包含适当构建设置的空项目.
然后,您可以使用该项目从Visual Studio开发环境中构建项目.

If you have a project that you build from the command line with a makefile, then the Visual Studio development environment will not recognize your project.
To open and build your project using Visual Studio, first create an empty project containing the appropriate build settings using the Makefile Project Wizard.
You can then use this project to build your project from the Visual Studio development environment.

这篇关于有没有一种方法可以将omake build转换为ms build的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆