NMake
- 网络编译;编译和连接;程序维护实用工具
NMake
-
Experience working with various project building technologies such as Ant , autoconf , make , and nmake is beneficial but not mandatory .
如果有各种项目构建技术的经验(如Ant、autoconf、make和nmake)也很好,但不做强制性要求。
-
Run the nmake for the release build ( enter nmake / f Makefile . win_apacher ), or
为发布版本运行nmake命令(输入nmake/fMakefile.winapacher),或者
-
The file was compiled into VxD : MyDriver . vxd with nmake instruction .
然后用nmake指令将该文件编译成VxD:MyDriver。