[winegcc01] Don't use BINDIR to spawn subprograms

Dimitrie O. Paun dpaun at rogers.com
Wed Aug 13 22:40:57 CDT 2003


On August 13, 2003 09:49 pm, Richard Cohen wrote:
> Just using $PATH to find stuff makes it much easier to spawn off tools
> when running within the tree.
>
> Changelog:
>         Remove hardcoded BINDIR paths

Yes, this is a problem -- eventually we want to use these things from
within the tree. I guess we can prepend $WINE_HOME/tools to the PATH
within the Makefile. Another way do to it is to look at argv[0], and
if we're running from within the tree, we automatically select the
in-tree tools, rather than the ones from BINDIR.

What do people think, any other suggestions?

-- 
Dimi.




More information about the wine-devel mailing list