-Lo: Append Object File Name to List (enter [<files>])

Group

OUTPUT

Scope

Compilation Unit

Syntax
  -Lo[=<filename>] 
  
Arguments

<filename>: file to be used for the output

Default

The default filename is objlist.txt

Defines

None

Pragmas

None

Description

Using the -Lo option, the Compiler appends the object filename to the list in the specified file. The Compiler appends the information to the specified filename (or the file make.txt, if no argument given). Set the TEXTPATH environment variable (refer TEXTPATH: Text File Path) to store the file into the path specified by the environment variable. Otherwise, the Compiler stores the file in the current directory.

See also

-Li: List of Included Files to ".inc" File

-Lm: List of Included Files in Make Format