Specifies that a program should be linked as a dynamic-link (DLL) library.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /dll |
None
OFF |
The program is not linked as a dynamic-link (DLL) library. |
This option specifies that a program should be linked as a dynamic-link (DLL) library instead of an executable (.exe) file. It overrides any previous specification of run-time routines to be used and enables the /libs:dll option.
If you use this option with the /libs:qwin or /libs:qwins option, the compiler issues a warning.
Linux: None
Windows: /LD