How to use makefiles in Visual Studio?

前端 未结 8 2387
隐瞒了意图╮
隐瞒了意图╮ 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 23:13

    The Microsoft Program Maintenance Utility (NMAKE.EXE) is a tool that builds projects based on commands contained in a description file.

    NMAKE Reference

提交回复
热议问题