Module: docs
Branch: master
Commit: 95e448fc7584c340dec1e85580541dca82f03e3d
URL: http://source.winehq.org/git/docs.git/?a=commit;h=95e448fc7584c340dec1e8558…
Author: André Hentschel <nerv(a)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
Module: docs
Branch: master
Commit: 9752d5f68cc074d0ea49024082b24041cbe2b7e9
URL: http://source.winehq.org/git/docs.git/?a=commit;h=9752d5f68cc074d0ea4902408…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sun Jan 29 20:30:22 2012 +0100
winelib: Update documentation on how to resolve c library calls to msvcrt.
---
en/winelib-porting.sgml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/en/winelib-porting.sgml b/en/winelib-porting.sgml
index 7a523cf..d19af01 100644
--- a/en/winelib-porting.sgml
+++ b/en/winelib-porting.sgml
@@ -73,10 +73,8 @@
calls.
</para>
- <programlisting>import msvcrt.dll</programlisting>
-
<para>
- to your applications <filename>.spec</filename> file. This
+ Add <option>-mno-cygwin</option> to your compiler flags. This
will cause <command>winebuild</command> to resolve your c
library calls to <filename>msvcrt.dll</filename>. Many simple
calls which behave the same have been specified as