This option is used to identify whether the resulting object files are
to be used in executable(.EXE) or dynamic link library files(.DLL).

.-NODLLINIT-.
>>-+-DLLINIT---+-----------------------------------------------><
- NODLLINIT
- This option must be in effect for all compilations used to build an
.EXE file.
- DLLINIT
- This option must be specified in at least one of your compilations when
you use the object files produced by those compilations to build a .DLL.