Displaying 1 result from an estimated 1 matches for "anotherdllyouwant".
2005 Oct 26
0
Re: Thanks man
...ave to change the
> values in the config file which is in the dir /etc/wine/ i think.
>
> How did you use native's one from the command line?
>
>
>
n.p.
either export the environment WINEDLLOVERRIDES variable (with this format):
export WINEDLLOVERRIDES="thedllyouwant=n,anotherdllyouwant=n, etc"
(dont specifiy the extension)
wine /the/app.exe
or directly:
wine WINEDLLOVERRIDES="thedllyouwant=n,anotherdllyouwant=n, etc"
/the/app.exe
see:
man wine
for more info