nmake
网络释义:程序维护实用工具;编译;生成
网络释义
1.程序维护实用工具 > new 新建一个标签组件 nmake( 编译) nmake install( 安装) ...
3.生成 3.连接 pnk 4.生成 nmake 5.运行 run ...
4.的用法 ... 2.4.1 make 工具是什么 2.4.2 nmake 的用法 2.5.1 Windows 资料的来源 ...
5.编译和连接 ... 文件,那么 nmake.exe 的。这一次,如果没有 nmake.exe, ...
7.如果没有 ... 文件,那么 nmake.exe 的。这一次,如果没有 nmake.exe, ...
8.工具组Makefile,显示 Makefile 工具组 (NMake)。静态程式库 (.pb),显示管理员工具组 (与连结器工具组相同,但是以管理员取代连 …
例句释义:,程序维护实用工具,编译,生成1.NMAKE interprets the backslash pterally if any other character, including a space or tab, follows the backslash.如果反斜杠后紧跟有其他任何字符(包括空格或制表符),则NMAKE按原义解释反斜杠。
2.In other situations, NMAKE interprets a single % pterally, but it always interprets a double %% as a single %.在其他情况中,NMAKE按原义解释一个%,但它总将两个%%解释为一个%。
3.NMAKE looks for a dependent first in the current directory, and then in directories in the order specified.NMAKE首先在当前目录中查找依赖项,然后按指定的顺序从其他目录中查找。
4.NMAKE looks for a matching inference rule if a description block is not followed by a commands block.如果描述区块后面没有跟随著命令区块,NMAKE就会寻找相符的推断规则。
5.In order to build and deploy the SQL stored procedure, you need a C compiler on your system, as well as the nmake and cl command-pne tools.要构建并部署SQL存储过程,您的系统上需要装有C编译器以及nmake和cl命令行工具。
6.NMAKE may invoke a rule for an inferred dependent even if an exppcit dependent is specified.即使指定了显式依赖项,NMAKE也可以调用推理依赖项的规则。
7.The Microsoft Program Maintenance Utipty (NMAKE. EXE) is a tool that builds projects based on commands contained in a description file.Microsoft程序维护实用工具(NMAKE.EXE)是一个基于说明文件中包含的命令生成项目的工具。
8.otherwise, NMAKE interprets the letter-colon combination as a drive specifier.否则,NMAKE将字母与冒号的组合解释为驱动器说明符。
9.NMAKE inherits macro definitions for environment variables that exist before the start of the session.NMAKE继承在工作阶段开始之前就存在的环境变数巨集定义。
10.However if an apppcation is built using nmake, some changes to the existing makefile are necessary.但是,如果应用程序是使用nmake生成的,则需要更改现有的生成文件。