Fo

Specifies the name for an object file.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: None
Windows:  /Fo[file | dir]

Arguments

file Is the name for the object file.
dir Is the directory where the object file should be placed. It can include file.  

Default

OFF An object file has the same name as the name of the first source file and a file extension of .obj.

Description

This option specifies the name for an object file.

Alternate Options

None