André Hentschel : winelib: Spec files are not needed for executables.
Module: docs Branch: master Commit: 75823ead62f621ab446c1501d878e9ec5420ca19 URL: http://source.winehq.org/git/docs.git/?a=commit;h=75823ead62f621ab446c1501d8... Author: André Hentschel <nerv(a)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
participants (1)
-
Alexandre Julliard