如何在Visual Studio中使用makefile? [英] How to use makefiles in Visual Studio?

查看:3079
本文介绍了如何在Visual Studio中使用makefile?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我听说过很多关于makefile以及它们如何简化编译过程。我使用VS2008。

I heard a lot about makefiles and how they simplify the compilation process. I'm using VS2008. Can somebody please suggest some online references or books where I can find out more about how to deal with them?

推荐答案

有人可以提供一些在线参考资料或书籍,以便了解如何处理这些资料可能告诉你。 :)

A UNIX guy probably told you that. :)

您可以在VS中使用makefile,但是当您这样做时,将绕过MSVC IDE中的所有内置功能。 Makefile基本上是构建器的reinterpret_cast。 IMO最简单的事情就是使用解决方案。

You can use makefiles in VS, but when you do it bypasses all the built-in functionality in MSVC's IDE. Makefiles are basically the reinterpret_cast of the builder. IMO the simplest thing is just to use Solutions.

这篇关于如何在Visual Studio中使用makefile?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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