/Fe Compiler Option

Syntax: Default:
/Fename Use name of first source file

Use /Fe to specify the name (and optional path) of the executable or dynamic link library file you are producing. The executable output file will be name.exe or name.dll, unless the name provided already has a different extension.

If you do not provide a name, the file takes the same name as the first source file, with the extension .exe or .dll. The output file is placed in the current directory.



Summary of Compiler Options