Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
54b973ac
Commit
54b973ac
authored
May 13, 2010
by
Frédéric Delanoy
Committed by
Alexandre Julliard
May 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Fix typos in manpage.
parent
cb469fec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
winemaker.man.in
tools/winemaker.man.in
+7
-6
No files found.
tools/winemaker.man.in
View file @
54b973ac
...
...
@@ -69,7 +69,7 @@ source files, and generate the corresponding Makefile.
.PP
- winemaker knows about MFC-based project and will generate customized files.
.PP
- winemaker can read existing
Project
files. It supports dsp, dsw, vcproj and sln files.
- winemaker can read existing
project
files. It supports dsp, dsw, vcproj and sln files.
.PP
.SH OPTIONS
.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.
.TP
.B --mfc
Specifies that the targets are MFC based. In such a case winemaker the include
and library paths accordingly, and links the target with the MFC library.
Specifies that the targets are MFC based. In such a case winemaker adapts
the include and library paths accordingly, and links the target with the
MFC library.
.TP
.B --nomfc
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
target specific options.
.TP
.B
--single-target name
.B
R --single-target " name"
Specifies that there is only one target, and that it is called "name".
.TP
.B --generated-files
...
...
@@ -176,7 +177,7 @@ Tells winemaker to generate the Makefile. This is the default.
Tells winemaker not to generate the Makefile.
.TP
.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.
.SH EXAMPLES
...
...
@@ -215,7 +216,7 @@ $ make
.SH TODO / BUGS
.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
Assuming that the windows executable/library is available, we could
use winedump to determine what kind of executable it is (graphical
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment