Search notes:

cl: /F… options

Apparently, the /F… options of cl allow to specify various output files.
/Fo specifies the name of the object file to be produced.
/Fe specifies the name of the exe file to be produced.
/FA generates an assembler listing from a translation unit.
/Fd specifies the name of the produced symbol file, see the /Zi option.

See also

cl options

Index