November 16, 2003
I have been fishing around the documentation, and I don't see any way to get the linker to search extra paths for library files, short of appending to the LIB environment variable.

Am I missing something, or is link? :)

 -- andy

November 16, 2003
Andy Friesen wrote:
> I have been fishing around the documentation, and I don't see any way to get the linker to search extra paths for library files, short of appending to the LIB environment variable.
> 
> Am I missing something, or is link? :)
> 
>  -- andy 

I don't know if extra paths can be added (I lot of options appear when I type "LINK /?"), but it looks like you can specify a path:

dmd gui.d d:\dmd\lib\user32.lib


Justin