/OUT (Output File Name)
/OUT:filename
where:
- filename
A user-specified name for the output file. It replaces the default name.
The /OUT option overrides the default name and location of the program that the linker creates.
By default, the linker forms the file name using the base name of the first .obj file specified and the appropriate extension (.exe or .dll).
This option the default base name for a .mapfile or import library. For details, see Generate Mapfile (/MAP) and /IMPLIB.
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
Click the Linker folder.
Click the General property page.
Modify the Output File property.
- See OutputFile.