◄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► -♦-