-o

Names the object file using a specified file name and passes it to ldpli.

Syntax

-o "filename"

Parameters

filename
The file name of the object file. The default file name when -o is not specified is xxx.o (UNIX) or xxx.obj (Windows), where xxx is the source filename excluding the path, up to but not including the last dot (.), if any, in the name.

Dependencies

When used in combination with the -c option, the -o option is passed to the compiler instead of ldpli.