Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>/nd do not use default libraries.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/nd                     Do not use default libraries.
---------------------------------------------------------------------------------

 Description:

 Most language compilers and assemblers insert the name of one or more
 runtime libraries directly into their .OBJ files so that these libraries do
 not have to be explicitly specified on the linker command line. These .LIB
 files are called the default libraries. You can prevent WarpLink from using
 the default libraries by using the /nd option.

 The /nd option allows you to link programs without automatically linking
 in the default libraries.  This may be useful when linking in replacement
 libraries or if you rename default libraries.
 
----------------------------------[ Example ]------------------------------------

 Link the files SHOW.OBJ and SHOW1.LIB to create the file SHOW.EXE. The
 specified default libraries are not used.

  warplink  /nd  show,,,show1

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson