[docs] winelib: Update example winemaker usage

André Hentschel nerv at dawncrow.de
Sun Jan 29 13:31:24 CST 2012


---
 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
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120129/67df1298/attachment.ksh>


More information about the wine-patches mailing list