Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 989 Bytes

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

File metadata and controls

36 lines (23 loc) · 989 Bytes
title ms.date f1_keywords helpviewer_keywords ms.assetid
@ (Specify a Linker Response File)
09/05/2018
@
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 specifying linker commands.

Remarks

See @ (Specify a Compiler Response File) for more information.

To set this linker option in the Visual Studio development environment

  • This linker option is not available from the Visual Studio development environment.

To set this linker option programmatically

  • This linker option cannot be changed programmatically.

See also

MSVC linker reference
MSVC Linker Options