Use /OUT to specify a name for the executable output file.
If you do not provide an extension with name, then the linker provides an extension based on the type of file you are producing:
If you do not use the /OUT option, then the linker uses the filename of the first object file you specified, with the appropriate extension.
Default: Name of first .OBJ file with appropriate extension.
Abbreviation: /O