Petr Tomasek <[EMAIL PROTECTED]> writes:
> One thought: maybe it would be usefull to have something
> like WINECONFIG beeing able to override the WINEPREFIX
> variable. (Consider two instances of wine having to run
> different versions of dll's &c)
No, we have to use the same file for all instances, because there are
global parameters in the config file and we cannot allow two instances
of Wine sharing the same server to have different configs.
The parameters that make sense on a per-process basis will have to be
specified by another mechanism, either command-line options or with a
per-process branch in the config file.
--
Alexandre Julliard
[EMAIL PROTECTED]