Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoann Laissus
wine
Commits
45afff38
Commit
45afff38
authored
24 years ago
by
Francois Gouget
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Document the --lower-include options.
Document the --no-generated-files options.
parent
99b25c50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/winemaker.man
+25
-0
25 additions, 0 deletions
documentation/winemaker.man
with
25 additions
and
0 deletions
documentation/winemaker.man
+
25
−
0
View file @
45afff38
...
...
@@ -11,6 +11,10 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
[
.IR "--lower-none " "| " "--lower-all " "| " "--lower-uppercase "
]
.br
[
.IR "--lower-include " "| " "--no-lower-include "
]
.br
[
.IR "--guiexe " "| " "--windows " "| " "--cuiexe " "| " "--console " "| " "--dll "
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment