Build test programs as .so files. Added missing imports.
[wine/wine-kai.git] / wine.ini
blob594f1a30b8003d4f5c1b19f75489256ebe296e64
1 ;;
2 ;; MS-DOS drives configuration
3 ;;
4 ;; Each section has the following format:
5 ;; [Drive X]
6 ;; Path=xxx (Unix path for drive root)
7 ;; Type=xxx (supported types are 'floppy', 'hd', 'cdrom' and 'network')
8 ;; Label=xxx (drive label, at most 11 characters)
9 ;; Serial=xxx (serial number, 8 characters hexadecimal number)
10 ;; Filesystem=xxx (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
11 ;; This is the FS Wine is supposed to emulate on a certain
12 ;; directory structure.
13 ;; Recommended:
14 ;; - "win95" for ext2fs, VFAT and FAT32
15 ;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
16 ;; DON'T use "unix" unless you intend to port programs using Winelib !
17 ;; Device=/dev/xx (only if you want to allow raw device access)
19 [Drive A]
20 Path=/mnt/fd0
21 Type=floppy
22 Label=Floppy
23 Serial=87654321
24 Device=/dev/fd0
26 [Drive C]
27 Path=/c
28 Type=hd
29 Label=MS-DOS
30 Filesystem=win95
32 [Drive D]
33 Path=/cdrom
34 Type=cdrom
35 Label=CD-Rom
36 Filesystem=win95
37 ; make sure that device is correct and has proper permissions !
38 Device=/dev/cdrom
40 [Drive E]
41 Path=/tmp
42 Type=hd
43 Label=Tmp Drive
44 Filesystem=win95
46 [Drive F]
47 Path=${HOME}
48 Type=network
49 Label=Home
50 Filesystem=win95
52 [wine]
53 Windows=c:\windows
54 System=c:\windows\system
55 Temp=e:\
56 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
57 Profile=c:\windows\Profiles\Administrator
58 GraphicsDriver=x11drv
59 ; Wine doesn't pass directory symlinks to Windows programs by default.
60 ; Enabling this may crash some programs that do recursive lookups of a whole
61 ; subdir tree in case of a symlink pointing back to itself.
62 ;ShowDirSymlinks=1
63 ShellLinker=wineshelllink
65 # <wineconf>
67 [DllDefaults]
68 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
69 DefaultLoadOrder = native, builtin, elfdll, so
71 [DllOverrides]
72 kernel32, gdi32, user32 = builtin
73 krnl386, gdi, user = builtin
74 toolhelp = builtin
75 comdlg32, commdlg = elfdll, builtin, native
76 version, ver = elfdll, builtin, native
77 shell32, shell = builtin, native
78 lz32, lzexpand = builtin, native
79 commctrl, comctl32 = builtin, native
80 wsock32, winsock = builtin
81 advapi32, crtdll, ntdll = builtin, native
82 mpr, winspool.drv = builtin, native
83 ddraw, dinput, dsound = builtin, native
84 winmm, mmsystem = builtin
85 msvideo, msvfw32 = builtin, native
86 mcicda.drv, mciseq.drv = builtin, native
87 mciwave.drv = builtin, native
88 mciavi.drv, mcianim.drv = native, builtin
89 msacm.drv, midimap.drv = builtin, native
90 w32skrnl = builtin
91 wnaspi32, wow32 = builtin
92 system, display, wprocs = builtin
93 wineps = builtin
94 icmp = builtin
96 [x11drv]
97 ; Number of colors to allocate from the system palette
98 AllocSystemColors = 100
99 ; Use a private color map
100 PrivateColorMap = N
101 ; Favor correctness over speed in some graphics operations
102 PerfectGraphics = N
103 ; Color depth to use on multi-depth screens
104 ;;ScreenDepth = 16
105 ; Name of X11 display to use
106 ;;Display = :0.0
107 ; Allow the window manager to manage created windows
108 Managed = N
109 ; Use XFree86 DGA extension if present
110 UseDGA = Y
111 ; Use XShm extension if present
112 UseXShm = Y
113 ; Enable DirectX mouse grab
114 DXGrab = N
115 ; Create the desktop window with a double-buffered visual
116 ; (useful to play OpenGL games)
117 DesktopDoubleBuffered = N
118 ; Code page used for captions in managed mode
119 ; 0 means default ANSI code page (CP_ACP == 0)
120 TextCP=0
121 ; Use this if you have more than one port for video on your setup
122 ; (Wine uses for now the first 'input image' it founds).
123 ;; XVideoPort = 43
125 [fonts]
126 ;Read documentation/fonts before adding aliases
127 Resolution = 96
128 Default = -adobe-times-
130 [serialports]
131 Com1=/dev/ttyS0
132 Com2=/dev/ttyS1
133 Com3=/dev/modem,38400
134 Com4=/dev/modem
136 [parallelports]
137 Lpt1=/dev/lp0
139 [spooler]
140 LPT1:=|lpr
141 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
142 LPT3:=/dev/lp3
144 [ports]
145 ;read=0x779,0x379,0x280-0x2a0
146 ;write=0x779,0x379,0x280-0x2a0
148 [spy]
149 Exclude=WM_SIZE;WM_TIMER;
151 [registry]
152 ; Paths must be given in /dir/dir/file.reg format.
153 ; Wine will not understand dos file names here...
155 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
156 ;Defaults are read all, write to Home
157 ; Global registries (stored in /etc)
158 LoadGlobalRegistryFiles=Y
159 ; Home registries (stored in ~user/.wine/)
160 LoadHomeRegistryFiles=Y
161 ; Load Windows registries from the Windows directory
162 LoadWindowsRegistryFiles=Y
163 ; TRY to write all changes to home registries
164 WritetoHomeRegistryFiles=Y
165 ; Use new file format
166 UseNewFormat=Y
167 ; Registry periodic save timeout in seconds
168 ; PeriodicSave=600
169 ; Save only modified keys
170 SaveOnlyUpdatedKeys=Y
172 [Tweak.Layout]
173 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
174 WineLook=Win95
176 [programs]
177 Default=
178 Startup=
180 [Console]
181 ;Drivers=tty
182 ;XtermProg=nxterm
183 ;InitialRows=25
184 ;InitialColumns=80
185 ;TerminalType=nxterm
187 [Clipboard]
188 ClearAllSelections=0
189 PersistentSelection=1
191 # </wineconf>