如何从 nmake 文件创建 vcproj(VSC++ 项目文件)?
我的项目只向我提供 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从现有代码创建 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.