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
47142a4d
Commit
47142a4d
authored
Oct 21, 1998
by
James Juran
Committed by
Alexandre Julliard
Oct 21, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated manpage.
parent
111daca4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
29 deletions
+53
-29
wine.man
documentation/wine.man
+53
-29
No files found.
documentation/wine.man
View file @
47142a4d
.\" -*- nroff -*-
.\" -*- nroff -*-
.TH WINE 1 "
July 8, 1998" "Version 98062
8" "Windows Emulator"
.TH WINE 1 "
October 20, 1998" "Version 98101
8" "Windows Emulator"
.SH NAME
.SH NAME
wine \- run Windows programs under Unix
wine \- run Windows programs under Unix
.SH SYNOPSIS
.SH SYNOPSIS
.B wine
.B wine
[
[
.I options
.I wine_options
]
] "
.I program_name
[
.I program_args
] "
[ "
.I program_name
.I program_name
[
[
.I program_name...
.I program_args
]"
.I ...
]
]
.SH DESCRIPTION
.SH DESCRIPTION
.B wine
.B wine
...
@@ -39,8 +46,8 @@ reetrant option enabled.
...
@@ -39,8 +46,8 @@ reetrant option enabled.
.PP
.PP
.B libXpm
.B libXpm
must be installed. If you're using Red Hat, the name of the package is
must be installed. If you're using Red Hat, the name of the package is
XFree86-devel. The sources may be
FTP'd from ftp.Xfree86.org or its
XFree86-devel. The sources may be
obtained via FTP from ftp.Xfree86.org
mirrors.
or its
mirrors.
.PP
.PP
.B gcc
.B gcc
2.7.x or later is required to build
2.7.x or later is required to build
...
@@ -69,6 +76,10 @@ file contained in the source distribution.
...
@@ -69,6 +76,10 @@ file contained in the source distribution.
.I -backingstore
.I -backingstore
Turn on backing store
Turn on backing store
.TP
.TP
.I -config filename
Use the named configuration file rather than the default
(/usr/local/etc/wine.conf or ~/.winerc).
.TP
.I -debug
.I -debug
Enter the debugger before starting application
Enter the debugger before starting application
.TP
.TP
...
@@ -83,7 +94,8 @@ xxx is optional and can be one of the following:
...
@@ -83,7 +94,8 @@ xxx is optional and can be one of the following:
or
or
.I trace.
.I trace.
If xxx is not specified, all debugging messages for the specified
If xxx is not specified, all debugging messages for the specified
channel are turned on. # is required and can be either + or -. Note that
channel are turned on. Each channel will print messages about a particular
component of Wine. # is required and can be either + or -. Note that
there is not a space after the comma between names.
there is not a space after the comma between names.
.PP
.PP
For instance:
For instance:
...
@@ -95,18 +107,20 @@ will turn on DLL warning messages and all heap messages.
...
@@ -95,18 +107,20 @@ will turn on DLL warning messages and all heap messages.
will turn off all FIXME messages, turn on cursor warning messages, and turn
will turn off all FIXME messages, turn on cursor warning messages, and turn
on all relay messages (API calls).
on all relay messages (API calls).
.PP
.PP
The full list of names is: all, accel, advapi, aspi, atom, bitblt, bitmap,
The full list of names is: all, accel, advapi, animate, aspi, atom,
caret, cd, cdaudio, class, clipboard, clipping, combo, comm, commctrl,
bitblt, bitmap, caret, cd, cdaudio, class, clipboard, clipping, combo,
commdlg, console, crtdll, cursor, dc, dde, ddeml, ddraw, debug, dialog,
comboex, comm, commctrl, commdlg, console, crtdll, cursor, dc, dde, ddeml,
dinput, dll, dosfs, driver, dsound, edit, event, exec, file, fixup, font,
ddraw, debug, dialog, dinput, dll, dosfs, dosmem, dplay, driver, dsound,
gdi, global, graphics, header, heap, hook, icon, imagelist, int, int21,
edit, event, exec, file, fixup, font, gdi, global, graphics, header, heap,
int31, key, keyboard, ldt, listbox, local, mci, mcianim, mciwave, mdi, menu,
hook, hotkey, icon, imagehlp, imagelist, imm, int, int10, int16, int21,
message, metafile, midi, mmaux, mmio, mmsys, mmtime, module, mpr, msg,
int31, ipaddress, key, keyboard, ldt, listbox, local, mci, mcianim, mciwave, mdi, menu, message, metafile, midi, mmaux, mmio, mmsys, mmtime, module, mpr,
nonclient, ntdll, ole, palette, print, process, profile, prop, reg, region,
msg, nativefont, nonclient, ntdll, ole, pager, palette, pidl, print, process,
relay, resource, scroll, security, segment, selector, sem, sendmsg, shell,
profile, progress, prop, psapi, psdrv, rebar, reg, region, relay, resource,
shm, snoop, sound, stress, string, syscolor, task, text, thread, thunk, timer,
s, scroll, security, segment, selector, sem, sendmsg, shell, shm, snoop,
toolhelp, tweak, uitools, updown, ver, virtual, vxd, win, win16drv, win32,
sound, static, statusbar, stress, string, syscolor, system, tab, task, text,
wing, winsock, wnet, x11, x11drv.
thread, thunk, timer, toolbar, toolhelp, tooltips, trackbar, treeview, tweak,
uitools, updown, ver, virtual, vxd, win, win16drv, win32, wing, winsock,
wnet, x11, x11drv.
.PP
.PP
For more information on debugging messages, see the file
For more information on debugging messages, see the file
.I documentation/debug-msgs
.I documentation/debug-msgs
...
@@ -127,11 +141,15 @@ Enables/disables built-in DLL's - starting wine with
...
@@ -127,11 +141,15 @@ Enables/disables built-in DLL's - starting wine with
.I -dll -commdlg
.I -dll -commdlg
is probably a good idea.
is probably a good idea.
The full list of DLLs modifiable by this is:
The full list of DLLs modifiable by this is:
WIN87EM, SHELL, SOUND, KEYBOARD, WINSOCK, STRESS, MMSYSTEM, SYSTEM, TOOLHELP,
ADVAPI32, AVIFILE, COMCTL32, COMDLG32, COMM, COMMDLG, COMPOBJ, CRTDLL,
MOUSE, COMMDLG, OLE2, OLE2CONV, OLE2DISP, OLE2NLS, OLE2PROX, OLECLI, OLESVR,
DCIMAN32, DDEML, DDRAW, DINPUT, DISPLAY, DPLAY, DPLAYX, DSOUND, GDI, GDI32,
COMPOBJ, STORAGE, WINPROCS, DDEML, ADVAPI32, COMCTL32, COMDLG32, CRTDLL,
IMAGEHLP, IMM32, KEYBOARD, LZ32, LZEXPAND, MMSYSTEM, MOUSE, MPR, MSACM,
GDI32, LZ32, MPR, NTDLL, OLE32, SHELL32, USER32, VER, VERSION, W32SYS, WINMM,
MSACM32, MSNET32, MSVFW32, MSVIDEO, OLE2, OLE32, OLE2CONV, OLE2DISP, OLE2NLS,
WINSPOOL, WSOCK32
OLE2PROX, OLE2THK, OLEAUT32, OLECLI, OLECLI32, OLEDLG, OLESVR, OLESVR32,
PSAPI, RASAPI16, RASAPI32, SHELL, SHELL32, SOUND, STORAGE, STRESS, SYSTEM,
TAPI32, TOOLHELP, TYPELIB, USER, USER32, VER, VERSION, W32SKRNL, W32SYS,
WIN32S16, WIN87EM, WINASPI, WINDEBUG, WINEPS, WINMM, WING, WINSOCK, WINSPOOL,
WNASPI32, WOW32, WPROCS, WSOCK32
.TP
.TP
.I -failreadonly
.I -failreadonly
Read only files may not be opened in write mode (the default is to
Read only files may not be opened in write mode (the default is to
...
@@ -196,7 +214,8 @@ script. Alternatively, you may have a
...
@@ -196,7 +214,8 @@ script. Alternatively, you may have a
.I .winerc
.I .winerc
file of this format in your home directory or have the environment variable
file of this format in your home directory or have the environment variable
.B WINE_INI
.B WINE_INI
pointing to a configuration file.
pointing to a configuration file, or use the -config option on the command
line.
.SH CONFIGURATION FILE FORMAT
.SH CONFIGURATION FILE FORMAT
All entries are grouped in sections; a section begins with the line
All entries are grouped in sections; a section begins with the line
.br
.br
...
@@ -334,9 +353,9 @@ default: none
...
@@ -334,9 +353,9 @@ default: none
.PP
.PP
.B [Tweak.Layout]
.B [Tweak.Layout]
.br
.br
.I format: Win
95Look=<true|false
>
.I format: Win
eLook=<Win31|Win95|Win98
>
.br
.br
default:
false
default:
Win31
.br
.br
Use Win95-like window displays or Win3.1-like window displays.
Use Win95-like window displays or Win3.1-like window displays.
.SH SAMPLE CONFIGURATION FILE
.SH SAMPLE CONFIGURATION FILE
...
@@ -392,7 +411,7 @@ Include=WM_COMMAND;
...
@@ -392,7 +411,7 @@ Include=WM_COMMAND;
.PP
.PP
[Tweak.Layout]
[Tweak.Layout]
.br
.br
Win
95Look=true
Win
eLook=Win95
.SH AUTHORS
.SH AUTHORS
.B Wine
.B Wine
is available thanks to the work of many developers. For a listing
is available thanks to the work of many developers. For a listing
...
@@ -415,10 +434,15 @@ Bug reports and successes may be posted to
...
@@ -415,10 +434,15 @@ Bug reports and successes may be posted to
.SH AVAILABILITY
.SH AVAILABILITY
The most recent public version of
The most recent public version of
.B wine
.B wine
can be
ftp'ed
from sunsite.unc.edu or tsx-11.mit.edu in the /pub/linux/ALPHA/Wine/development
can be
obtained via FTP
from sunsite.unc.edu or tsx-11.mit.edu in the /pub/linux/ALPHA/Wine/development
directory. The releases are in the format 'Wine-yymmdd.tar.gz',
directory. The releases are in the format 'Wine-yymmdd.tar.gz',
or 'Wine-yymmdd.diff.gz' for the diff's from the previous release.
or 'Wine-yymmdd.diff.gz' for the diff's from the previous release.
.PP
.PP
The latest snapshot of the code may be obtained via CVS. For information
on how to do this, please see
.I
http://www.winehq.com/cvs.html
.PP
The
The
.B wine
.B wine
homepage is at
homepage is at
...
...
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