Monday, July 04, 2005
VC++ Linking Options
LINK is a 32-bit tool that links Common Object File Format (COFF) object files and libraries to create a 32-bit executable (.exe) file or dynamic-link library (DLL).
The table below is a comprehensive list of options for LINK.exe. This section also includes information on:
Linker options specified on the command line are not case sensitive: /base and /BASE mean the same thing.
You can specify some linker options via the comment pragma.