如何从 nmake 文件创建 vcproj(VSC++ 项目文件)?

发布于 2024-10-15 15:48:09 字数 89 浏览 6 评论 0原文

我的项目只向我提供 nmake 文件,并且我喜欢将项目加载到 Visual studio express 9,如何将 nmake 转换为有效的 vcproj 文件?

i have project that supply me only the nmake files , and i like to load the project to Visual studio express 9 , how can convert the nmake to vaild vcproj files ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三生殊途 2024-10-22 15:48:09

从现有代码创建 Visual Studio 项目的最简单方法之一是转到“新建 -> 来自现有代码的项目”菜单项并按照向导操作。这实际上不会根据 nmake 文件中的数据创建项目,但它是一个很好的开始。

One of the easisest way of creating a Visual Studio project from existing code is going to the New->Project from Exisiting Code menu item and following the wizard. This won't actually create the project from the data in the nmake file, but its a nice start.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文