November 16, 2003 Adding lib search paths without setting an environment variable. | ||||
---|---|---|---|---|
| ||||
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 Re: Adding lib search paths without setting an environment variable. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andy Friesen | 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
|
Copyright © 1999-2021 by the D Language Foundation