D - Adding lib search paths without setting an environment variable.
- Andy Friesen (5/5) Nov 16 2003 I have been fishing around the documentation, and I don't see any way to...
- J C Calvarese (5/12) Nov 16 2003 I don't know if extra paths can be added (I lot of options appear when I...
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
Nov 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? :) -- andyI 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
Nov 16 2003