LINK Help (linkx.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
/NOD Option
                                             Up Contents Index Back
─────/NOD Option────────────────────────────────────────────────────────────
 
     Syntax:  /NOD[EFAULTLIBRARYSEARCH][:libraryname]
 
     The /NOD option tells LINK to ignore default libraries named in
     object files. Specify <libraryname> to tell LINK to search all
     libraries except <libraryname>. To tell LINK to ignore more than
     one library, specify /NOD once for each library. To tell LINK to
     ignore all default libraries, specify /NOD without <libraryname>.
 
     Object files for high-level languages usually must be linked with
     a run-time library to produce an executable file. If you use /NOD
     with such a program, you must also specify in the <libraries>
     field an alternate library that resolves the external references
     in the object files.
 
     See: Default Libraries
          <libraries> Field
                                    -♦-