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
a3041101
Commit
a3041101
authored
Oct 02, 2001
by
Bill Medland
Committed by
Alexandre Julliard
Oct 02, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade winemaker man page for the two options added at version
0.5.8.
parent
ab968455
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
winemaker.man
documentation/winemaker.man
+12
-3
No files found.
documentation/winemaker.man
View file @
a3041101
.\" -*- nroff -*-
.TH WINEMAKER 1 "
November 1, 2000" "Version 0.5.1
" "Windows On Unix"
.TH WINEMAKER 1 "
September 27, 2001" "Version 0.5.8
" "Windows On Unix"
.SH NAME
winemaker \- generate a build infrastructure for compiling Windows programs on Unix
.SH SYNOPSIS
.B "winemaker "
[
.IR "--nobanner " "] [ " "--backup " "| " "--nobackup "
.IR "--nobanner " "] [ " "--backup " "| " "--nobackup "
"] [ "--nosource-fix "
]
.br
[
...
...
@@ -33,7 +33,7 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
]
.br
[
.IR "--generated-files " "] [ " "--nogenerated-files "
.IR "--generated-files " "] [ " "--nogenerated-files "
"] [ " "--nogenerated-specs "
]
.SH DESCRIPTION
...
...
@@ -81,6 +81,10 @@ makes changes. This is the default.
.I --nobackup
Tells winemaker not to backup modified source files.
.TP
.I --nosource-fix
Directs winemaker not to try fixing the source files (e.g. Dos to Unix
conversion). This prevents complaints if the files are readonly.
.TP
.I --lower-all
Tells winemaker to rename all files and directories to lowercase.
.TP
...
...
@@ -166,6 +170,11 @@ configure.in file and the configure script. This is the default.
.TP
.I --nogenerated-files
Tells winemaker not to generate any of the above files.
.TP
.I --nogenerated-specs
Tells winemaker not to generate the spec files when generating files. This is
particularly useful when using winemaker to generate a build environment and
you already have a spec file.
.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