开发者

Generate VS Solutions and Projects From a Given MakeFile

I downloaded a few open source c++ projects from the internet, which makes use of makefile for compilation purpose.

Is there anyway to import those makefil开发者_Go百科es into the VS 2008, make VS 2008 to use the makefiles to generate binaries?


If the projects in question rely on GNU Make or Autotools (autoconf, automake, ...) then there is no easy+automatic way to do so. You could install the MingGW to build them.

If they are using tools like CMake, QMake or Scons (non exhaustive list), then you can ask the build tool to generate Visual Studio solutions and projects.

In other words, it all depends on the build tools used by the authors of those open source C++ projects in the first place.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜