André Hentschel : winelib: make install is not supported anymore.

Alexandre Julliard julliard at winehq.org
Sun May 16 10:50:07 CDT 2010


Module: docs
Branch: master
Commit: 2670993b8aa0016af11b01ff2d186c15e6656fc0
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=2670993b8aa0016af11b01ff2d186c15e6656fc0

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri May 14 18:41:53 2010 +0200

winelib: make install is not supported anymore.

---

 en/winelib-bindlls.sgml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/en/winelib-bindlls.sgml b/en/winelib-bindlls.sgml
index 73a0e99..54fb63a 100644
--- a/en/winelib-bindlls.sgml
+++ b/en/winelib-bindlls.sgml
@@ -248,10 +248,8 @@ signed short WINAPI MyProxyWinFunc (unsigned short a, void *b, void *c,
       </para>
       <para>
         Put the proxy shared object (MyWin.dll.so) in the same place as the
-        rest of the built-in DLLs.  (If you used winemaker to set up your build
-        environment then running "make install" as root should do that for you)
-        Alternatively ensure that WINEDLLPATH includes the directory containing
-        the proxy shared object.
+        rest of the built-in DLLs.  Alternatively ensure that WINEDLLPATH
+        includes the directory containing the proxy shared object.
       </para>
       <para>
         If you have both a Windows DLL and a Linux DLL/proxy pair then you will




More information about the wine-cvs mailing list