Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
7b8b39f6
Commit
7b8b39f6
authored
Jul 17, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Fix manpage formatting.
parent
d8465b0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
winemaker.man.in
tools/winemaker.man.in
+6
-7
No files found.
tools/winemaker.man.in
View file @
7b8b39f6
.\" -*- nroff -*-
.TH WINEMAKER 1 "Jan 2012" "@PACKAGE_STRING@" "Wine Developers Manual"
.TH WINEMAKER 1 "Jan 2012" "@PACKAGE_STRING@" "Wine Developers Manual"
.SH NAME
.SH NAME
winemaker \- generate a build infrastructure for compiling Windows programs on Unix
winemaker \- generate a build infrastructure for compiling Windows programs on Unix
...
@@ -48,7 +47,7 @@ In order to do this winemaker can perform the following operations:
...
@@ -48,7 +47,7 @@ In order to do this winemaker can perform the following operations:
- rename your source files and directories to lowercase in the event they
- rename your source files and directories to lowercase in the event they
got all uppercased during the transfer.
got all uppercased during the transfer.
.PP
.PP
- perform D
os
to Unix (CRLF to LF) conversions.
- perform D
OS
to Unix (CRLF to LF) conversions.
.PP
.PP
- scan the include statements and resource file references to replace the
- scan the include statements and resource file references to replace the
backslashes with forward slashes.
backslashes with forward slashes.
...
@@ -84,7 +83,7 @@ makes changes. This is the default.
...
@@ -84,7 +83,7 @@ makes changes. This is the default.
Tells winemaker not to backup modified source files.
Tells winemaker not to backup modified source files.
.TP
.TP
.B --nosource-fix
.B --nosource-fix
Directs winemaker not to try fixing the source files (e.g. D
os
to Unix
Directs winemaker not to try fixing the source files (e.g. D
OS
to Unix
conversion). This prevents complaints if the files are readonly.
conversion). This prevents complaints if the files are readonly.
.TP
.TP
.B --lower-all
.B --lower-all
...
@@ -136,7 +135,7 @@ MFC library.
...
@@ -136,7 +135,7 @@ MFC library.
.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
even if winemaker encounters files "stdafx.cpp" or "stdafx.h" that would cause it
even if winemaker encounters files "stdafx.cpp" or "stdafx.h" that would cause it
to enable MFC automatically if neither
--nomfc nor --mfc
was specified.
to enable MFC automatically if neither
\fB--nomfc\fR nor \fB--mfc\fR
was specified.
.TP
.TP
.BI -D macro "\fR[=\fIdefn\fR]"
.BI -D macro "\fR[=\fIdefn\fR]"
Adds the specified macro definition to the global list of macro definitions.
Adds the specified macro definition to the global list of macro definitions.
...
@@ -159,7 +158,7 @@ Adds the specified library to the global list of libraries to link with.
...
@@ -159,7 +158,7 @@ Adds the specified library to the global list of libraries to link with.
.B --nodlls
.B --nodlls
This option tells winemaker not to use the standard set of winelib libraries
This option tells winemaker not to use the standard set of winelib libraries
for imports. That is, any DLL your code uses must be explicitly passed to
for imports. That is, any DLL your code uses must be explicitly passed to
winemaker with
-i
options.
winemaker with
\fB-i\fR
options.
The standard set of libraries is: odbc32.dll, odbccp32.dll, ole32.dll,
The standard set of libraries is: odbc32.dll, odbccp32.dll, ole32.dll,
oleaut32.dll and winspool.drv.
oleaut32.dll and winspool.drv.
.TP
.TP
...
@@ -172,8 +171,8 @@ Puts winemaker in interactive mode. In this mode winemaker will ask you to
...
@@ -172,8 +171,8 @@ 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
R
--single-target " name"
.B
I
--single-target " name"
Specifies that there is only one target,
and that it is called "name"
.
Specifies that there is only one target,
called \fIname\fR
.
.TP
.TP
.B --generated-files
.B --generated-files
Tells winemaker to generate the Makefile. This is the default.
Tells winemaker to generate the Makefile. This is the default.
...
...
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