Mike Swanson : loader/wine.man.in: Document the WINEPATH environment variable.
Module: wine Branch: master Commit: 3c640470714b76a8094035cf9cd520d19c2e3932 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c640470714b76a8094035cf9c... Author: Mike Swanson <mikeonthecomputer(a)gmail.com> Date: Thu Jan 26 10:08:48 2017 -0800 loader/wine.man.in: Document the WINEPATH environment variable. Signed-off-by: Mike Swanson <mikeonthecomputer(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- loader/wine.man.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/loader/wine.man.in b/loader/wine.man.in index 1439b3c..5482896 100644 --- a/loader/wine.man.in +++ b/loader/wine.man.in @@ -201,6 +201,20 @@ the builtin load fails; load shell32 always as builtin and comctl32 always as native; oleaut32 will be disabled. .RE .TP +.B WINEPATH +Specifies additional path(s) to be prepended to the default Windows +.B PATH +environment variable. This is a list of Windows-style directories +separated by ";". +.RS +.PP +For a permanent alternative, edit (create if needed) the +.B PATH +value under the +.B HKEY_CURRENT_USER\\\\Environment +registry key. +.RE +.TP .B WINEARCH Specifies the Windows architecture to support. It can be set either to .B win32
participants (1)
-
Alexandre Julliard