[2/3] winemaker: Update the manpage

André Hentschel nerv at dawncrow.de
Sun Jan 15 11:03:33 CST 2012


---
 tools/winemaker.man.in |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/tools/winemaker.man.in b/tools/winemaker.man.in
index 1f6bc3c..f0a17cf 100644
--- a/tools/winemaker.man.in
+++ b/tools/winemaker.man.in
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH WINEMAKER 1 "Sep 2009" "@PACKAGE_STRING@" "Wine Developers Manual"
+.TH WINEMAKER 1 "Jan 2012" "@PACKAGE_STRING@" "Wine Developers Manual"
 .SH NAME
 winemaker \- generate a build infrastructure for compiling Windows programs on Unix
 .SH SYNOPSIS
@@ -17,7 +17,7 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
 ]
 .br
   [
-.BR               "--guiexe " "| " "--windows " "| " "--cuiexe " "| " "--console " "| " "--dll "
+.BR               "--guiexe " "| " "--windows " "| " "--cuiexe " "| " "--console " "| " "--dll " "| " "--lib "
 ]
 .br
   [
@@ -120,8 +120,13 @@ unknown type, it should assume that it is a console application.
 .TP
 .B --dll
 This option tells winemaker that whenever it finds a target of unknown type,
-i.e. for which it does not know whether it is an executable or a library,
-it should assume it is a library.
+i.e. for which it does not know whether it is an executable, a dll, or a static library,
+it should assume it is a dll.
+.TP
+.B --lib
+This option tells winemaker that whenever it finds a target of unknown type,
+i.e. for which it does not know whether it is an executable, a dll, or a static library,
+it should assume it is a static library.
 .TP
 .B --mfc
 Specifies that the targets are MFC based. In such a case winemaker adapts
-- 

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/20120115/5f0df7b9/attachment.ksh>


More information about the wine-patches mailing list