=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winelib: Update example winemaker usage.

Alexandre Julliard julliard at winehq.org
Wed Feb 1 10:57:38 CST 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Jan 29 20:31:24 2012 +0100

winelib: Update example winemaker usage.

---

 en/winelib-intro.sgml |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/en/winelib-intro.sgml b/en/winelib-intro.sgml
index 9148336..c5ef38a 100644
--- a/en/winelib-intro.sgml
+++ b/en/winelib-intro.sgml
@@ -176,22 +176,13 @@
           these libraries prefixed by <literal>-i</literal>:
         </para>
         <programlisting>
-          $ winemaker --lower-uppercase -icomdlg32 -ishell32 -ishlwapi -iuser32 -igdi32 -iadvapi32 -ikernel32 .
-          $ make
-        </programlisting>
-
-        <para>
-          Now you're ready to continue at the same point the first
-          <command>make</command> failed. Return to the notepad2
-          directory and type:
-        </para>
-        <programlisting>
+          $ winemaker --lower-uppercase -icomdlg32 -ishell32 -ishlwapi -iuser32 -igdi32 -iadvapi32 .
           $ make
         </programlisting>
 
         <para>
           You are done! Now you can start the application as
-          <command>wine notepad2.exe.so</command>.
+          <command>wine notepad2.exe.so</command> or <command>./notepad2.exe</command>.
         </para>
         <para>
           If you come across problems preparing and building this application




More information about the wine-cvs mailing list