winemaker: Fix typos in manpage.
This commit is contained in:
parent
cb469fec8b
commit
54b973acad
@ -69,7 +69,7 @@ source files, and generate the corresponding Makefile.
|
|||||||
.PP
|
.PP
|
||||||
- winemaker knows about MFC-based project and will generate customized files.
|
- winemaker knows about MFC-based project and will generate customized files.
|
||||||
.PP
|
.PP
|
||||||
- winemaker can read existing Projectfiles. It supports dsp, dsw, vcproj and sln files.
|
- winemaker can read existing project files. It supports dsp, dsw, vcproj and sln files.
|
||||||
.PP
|
.PP
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
@ -124,8 +124,9 @@ i.e. for which it does not know whether it is an executable or a library,
|
|||||||
it should assume it is a library.
|
it should assume it is a library.
|
||||||
.TP
|
.TP
|
||||||
.B --mfc
|
.B --mfc
|
||||||
Specifies that the targets are MFC based. In such a case winemaker the include
|
Specifies that the targets are MFC based. In such a case winemaker adapts
|
||||||
and library paths accordingly, and links the target with the MFC library.
|
the include and library paths accordingly, and links the target with the
|
||||||
|
MFC library.
|
||||||
.TP
|
.TP
|
||||||
.B --nomfc
|
.B --nomfc
|
||||||
Specifies that targets are not MFC-based. This option disables use of MFC libraries
|
Specifies that targets are not MFC-based. This option disables use of MFC libraries
|
||||||
@ -166,7 +167,7 @@ Puts winemaker in interactive mode. In this mode winemaker will ask you to
|
|||||||
confirm each directory's list of targets, and then to provide directory and
|
confirm each directory's list of targets, and then to provide directory and
|
||||||
target specific options.
|
target specific options.
|
||||||
.TP
|
.TP
|
||||||
.B --single-target name
|
.BR --single-target " name"
|
||||||
Specifies that there is only one target, and that it is called "name".
|
Specifies that there is only one target, and that it is called "name".
|
||||||
.TP
|
.TP
|
||||||
.B --generated-files
|
.B --generated-files
|
||||||
@ -176,7 +177,7 @@ Tells winemaker to generate the Makefile. This is the default.
|
|||||||
Tells winemaker not to generate the Makefile.
|
Tells winemaker not to generate the Makefile.
|
||||||
.TP
|
.TP
|
||||||
.B --wine32
|
.B --wine32
|
||||||
Tells winemaker to generate a 32-bit target. This is useful on a wow64 systems.
|
Tells winemaker to generate a 32-bit target. This is useful on wow64 systems.
|
||||||
Without that option the default architecture is used.
|
Without that option the default architecture is used.
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
@ -215,7 +216,7 @@ $ make
|
|||||||
|
|
||||||
.SH TODO / BUGS
|
.SH TODO / BUGS
|
||||||
.PP
|
.PP
|
||||||
In some cases you will have to edit the Makefile or sourcefiles by yourself.
|
In some cases you will have to edit the Makefile or source files by yourself.
|
||||||
.PP
|
.PP
|
||||||
Assuming that the windows executable/library is available, we could
|
Assuming that the windows executable/library is available, we could
|
||||||
use winedump to determine what kind of executable it is (graphical
|
use winedump to determine what kind of executable it is (graphical
|
||||||
|
Loading…
x
Reference in New Issue
Block a user