Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.03 KB

at-specify-a-linker-response-file.md

File metadata and controls

37 lines (24 loc) · 1.03 KB
descriptiontitlems.datef1_keywordshelpviewer_keywordsms.assetid
Learn more about: @ (Specify a linker response file)
@ (Specify a linker response file)
05/11/2022
@
linker [C++], response files
command files [C++]
command files [C++], linker response file
@ linker option
response files, C/C++ linker
5530014f-17d0-4f6b-a6b0-a6ba34f34cfd

@ (Specify a linker response file)

Specifies a linker response file.

Syntax

@response_file

Arguments

response_file
A text file that contains linker commands.

Remarks

For more information, see @ (Specify a compiler response file).

To set this linker option in the Visual Studio development environment

  • This linker option isn't available from the Visual Studio development environment.

To set this linker option programmatically

  • This linker option can't be changed programmatically.

See also

MSVC linker reference
MSVC linker options

close