Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.03 KB

File metadata and controls

37 lines (24 loc) · 1.03 KB
description Learn more about: @ (Specify a linker response file)
title @ (Specify a linker response file)
ms.date 05/11/2022
f1_keywords
@
helpviewer_keywords
linker [C++], response files
command files [C++]
command files [C++], linker response file
@ linker option
response files, C/C++ linker
ms.assetid 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