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
45afff38
Commit
45afff38
authored
Nov 10, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 10, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the --lower-include options.
Document the --no-generated-files options.
parent
99b25c50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
winemaker.man
documentation/winemaker.man
+25
-0
No files found.
documentation/winemaker.man
View file @
45afff38
...
...
@@ -13,6 +13,10 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
]
.br
[
.IR "--lower-include " "| " "--no-lower-include "
]
.br
[
.IR "--guiexe " "| " "--windows " "| " "--cuiexe " "| " "--console " "| " "--dll "
]
.br
...
...
@@ -27,6 +31,10 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
[
.IR "--interactive " "] [ " "--single-target name "
]
.br
[
.IR "--generated-files " "] [ " "--no-generated-files "
]
.SH DESCRIPTION
.PP
...
...
@@ -86,6 +94,15 @@ Tells winemaker not to rename files and directories to lower case. Note
that this does not prevent it from renaming a file if its extension cannot
be handled as is, e.g. ".Cxx". This is the default.
.TP
.I "--lower-include "
Tells winemaker that if it does not find the file corresponding to an
include statement (or other form of file reference for resource files),
then it should convert that filename to lowercase. This is the default.
.TP
.I "--no-lower-include "
Tells winemaker not to modify the include statement if it cannot find the
referenced file.
.TP
.IR "--guiexe " "| " "--windows"
Specifies that whenever winemaker finds an executable target, or a target of
unknown type, it should assume that it is a graphical application.
...
...
@@ -137,6 +154,14 @@ target specific options.
.TP
.I --single-target name
Specifies that there is only one target, and that it is called "name".
.TP
.I --generated-files
Tells winemaker to generate the build infrastructure files, i.e. the spec
files, the wrapper files, the Makefile.in files, the Make.rules.in file, the
configure.in file and the configure script. This is the default.
.TP
.I --no-generated-files
Tells winemaker not to generate any of the above files.
.SH EXAMPLES
.PP
...
...
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