André Hentschel : winelib: Spec files are not needed for executables.

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


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

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

winelib: Spec files are not needed for executables.

---

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

diff --git a/en/winelib-toolkit.sgml b/en/winelib-toolkit.sgml
index 2a21e21..c162a0a 100644
--- a/en/winelib-toolkit.sgml
+++ b/en/winelib-toolkit.sgml
@@ -863,7 +863,7 @@ ORDINAL forward EXPORTNAME SYMBOLNAME
       </para></note>
       <para>
         To link an executable you need to link together: your object files, 
-        the spec file, any Windows libraries that your application depends
+        any Windows libraries that your application depends
         on, gdi32 for instance, and any additional library that you use. All 
         the libraries you link with should be available as '.so' libraries. 
         If one of them is available only in '.dll' form then consult 




More information about the wine-cvs mailing list