/EXECUTABLE Linker Option

Syntax: Default:
/EXEC[UTABLE] /EXEC

Use /EXEC to identify the output file as an executable program (.EXE file). The linker generates executable files by default. The object files should be compiled with /Ge+.

If you specify /EXEC with /DLL, only the last specified of the options takes effect.

If you specify /EXEC with /DLL, /VDD, /PDD, only the last specified of the options takes effect.

If you do not specify /EXEC, then the linker produces an executable file by default.



Summary of Linker Options
Produce an Executable File