代码拉取完成,页面将自动刷新
description | title | ms.date | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|
Learn more about: Compiler Command-Line Syntax | MSVC Compiler Command-Line Syntax | 11/04/2016 |
| acba2c1c-0803-4a3a-af25-63e849b930a2 |
The CL command line uses the following syntax:
CL [option...] file... [option | file]... [lib...] [@command-file] [/link link-opt...]
The following table describes input to the CL command.
Entry | Meaning |
---|---|
option | One or more CL options. Note that all options apply to all specified source files. Options are specified by either a forward slash (/) or a dash (-). If an option takes an argument, the option's description documents whether a space is allowed between the option and the arguments. Option names (except for the /HELP option) are case sensitive. See Order of CL Options for more information. |
file |
The name of one or more source files, .obj files, or libraries. CL compiles source files and passes the names of the .obj files and libraries to the linker. See CL Filename Syntax for more information. |
lib | One or more library names. CL passes these names to the linker. |
command-file | A file that contains multiple options and filenames. See CL Command Files for more information. |
link-opt | One or more MSVC Linker Options. CL passes these options to the linker. |
You can specify any number of options, filenames, and library names, as long as the number of characters on the command line does not exceed 1024, the limit dictated by the operating system.
For information about the return value of cl.exe, see Return Value of cl.exe .
[!NOTE] The command-line input limit of 1024 characters is not guaranteed to remain the same in future releases of Windows.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。