Specifies the name for an object file.
Windows: Output Files > Object File
Name
Linux: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /object:file |
file | Is the name for the object file. It can be a file or directory name. |
OFF | An object file has the same name as the name of the first source file and a file extension of .obj. |
This option specifies the name for an object file.
If you specify this option and you omit /c or /compile-only, the /object option gives the object file its name.
On Linux systems, this option is equivalent to specifying option -ofile -c.
Linux: None
Windows: /Fo
o compiler option