How to use makefiles in Visual Studio?

前端 未结 8 2383
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 22:35

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 fin

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 22:56

    If you are asking about actual command line makefiles then you can export a makefile, or you can call MSBuild on a solution file from the command line. What exactly do you want to do with the makefile?

    You can do a search on SO for MSBuild for more details.

提交回复
热议问题