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
fb3a9ed1
Commit
fb3a9ed1
authored
Oct 06, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some nroff warnings.
parent
a1f9a139
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
widl.man
tools/widl/widl.man
+11
-11
winebuild.man.in
tools/winebuild/winebuild.man.in
+4
-4
No files found.
tools/widl/widl.man
View file @
fb3a9ed1
...
@@ -14,11 +14,11 @@ No options are used.
...
@@ -14,11 +14,11 @@ No options are used.
The program prints the help info and then exits.
The program prints the help info and then exits.
.PP
.PP
.B General options:
.B General options:
.IP
\fB-V\fR
.IP
"\fB-V\fR"
Print version number and exits from the program.
Print version number and exits from the program.
.PP
.PP
.B Header options:
.B Header options:
.IP
\fB-h\fR
.IP
"\fB-h\fR"
Generate header files.
Generate header files.
.IP "\fB-H \fIfile\fR"
.IP "\fB-H \fIfile\fR"
Name of header file to generate. The default header
Name of header file to generate. The default header
...
@@ -32,17 +32,17 @@ Define the name of the type library to be generated.
...
@@ -32,17 +32,17 @@ Define the name of the type library to be generated.
The default filename is infile.tlb.
The default filename is infile.tlb.
.PP
.PP
.B Proxy/stub generation options:
.B Proxy/stub generation options:
.IP
\fB-c\fR
.IP
"\fB-c\fR"
Generate client stub.
Generate client stub.
.IP
\fB-C \fIfile\fR
.IP
"\fB-C \fIfile\fR"
Name of client stub file (default is infile_c.c)
Name of client stub file (default is infile_c.c)
.IP
\fB-c\fR
.IP
"\fB-c\fR"
Generate proxy.
Generate proxy.
.IP
\fB-P \fIfile\fR
.IP
"\fB-P \fIfile\fR"
Name of proxy file (default is infile_p.c)
Name of proxy file (default is infile_p.c)
.IP
\fB-s\fR
.IP
"\fB-s\fR"
Generate server stub.
Generate server stub.
.IP
\fB-S \fIfile\fR
.IP
"\fB-S \fIfile\fR"
Name of server stub file (default is infile_s.c)
Name of server stub file (default is infile_s.c)
.PP
.PP
.B Preprocessor options:
.B Preprocessor options:
...
@@ -51,13 +51,13 @@ Add a header search dir to path. Multiple search
...
@@ -51,13 +51,13 @@ Add a header search dir to path. Multiple search
dirs are allowed.
dirs are allowed.
.IP "\fB-D \fIid[=val]\fR"
.IP "\fB-D \fIid[=val]\fR"
Define preprocessor identifier id value.
Define preprocessor identifier id value.
.IP
\fB-E\fR
.IP
"\fB-E\fR"
Preprocess only.
Preprocess only.
.IP
\fB-N\fR
.IP
"\fB-N\fR"
Do not preprocess input.
Do not preprocess input.
.PP
.PP
.B Debug options:
.B Debug options:
.IP
\fB-W\fR
.IP
"\fB-W\fR"
Enable pedantic warnings.
Enable pedantic warnings.
.IP "\fB-d \fIn\fR"
.IP "\fB-d \fIn\fR"
.nf
.nf
...
...
tools/winebuild/winebuild.man.in
View file @
fb3a9ed1
...
@@ -20,10 +20,10 @@ what you want winebuild to generate.
...
@@ -20,10 +20,10 @@ what you want winebuild to generate.
.TP
.TP
.BI \--dll
.BI \--dll
Build an assembly file from a .spec file (see \fBSPEC FILE SYNTAX\fR
Build an assembly file from a .spec file (see \fBSPEC FILE SYNTAX\fR
for details), or from a standard Windows .def file. The
for details), or from a standard Windows .def file. The
.spec/.def
.spec/.def file is specified via the -E option. The resulting fil
e
file is specified via the -E option. The resulting file must b
e
must be assembled and linked to the other object files to build a
assembled and linked to the other object files to build a working Wine
working Wine
dll. In this mode, the
dll. In this mode, the
.I input files
.I input files
should be the list of all object files that will be linked into the
should be the list of all object files that will be linked into the
final dll, to allow
final dll, to allow
...
...
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