-ArgFile: Specify a file from which additional command line options will be read

Group

HOST

Scope

Function

Syntax
  -ArgFile<filename>
  
Arguments

<filename>: Specify filename that has options to be passed to command line

Description

The options present in file are appended to existing command line options.

Example
  option.txt
  
  -M
  
  Linker.exe -ArgFileoption.txt test.prm
  

This is equivalent to linker.exe -M test.prm and linker generates output file test.map