nmake.exe - builds projects based on commands contained in a description file.

来源:互联网 发布:js删除数组中指定下标 编辑:程序博客网 时间:2024/05/22 08:28
run nmake.exe from VS command line tool.
Start Menu --> All Programs --> Microsoft Visual Studio 2010 --> Visual Studio Tools --> Visual Studio Command Prompt (2010)


Go to a folder which has a makefile rule file;
run nmake.exe clean
run nmake [-f makefile]


NMAKE Reference
http://msdn.microsoft.com/zh-cn/library/dd9y37ha.aspx
0 0
原创粉丝点击