C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Control Windows or DLL Library Selection (/Ld)
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Syntax:  /Ld
              /Lw
 
     Use the /Ld option to link with both mDLLCfW.LIB and the Windows
     API library. This option is implied by the /GD option; you cannot
     use it with either the /GA or the /Mq option.
 
     Use the /Lw option to link with both the mLIBCfW.LIB and the
     Windows API library. This option is implied by the /GA option;
     you cannot use it with either the /GD or the /Mq option.
                                    -♦-