Skip to content
Snippets Groups Projects
Commit ef80cb1c authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard
Browse files

Upgraded to have a decent multimedia DLLs configuration.

parent ade16a38
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ Temp=e:\
Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
SymbolTableFile=./wine.sym
# <wineconf>
[DllDefaults]
EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
DefaultLoadOrder = native, elfdll, so, builtin
......@@ -67,6 +69,8 @@ commctrl= comctl32
ver = version
shell = shell32
lzexpand= lz32
mmsystem= winmm
msvideo = msvfw32
winsock = wsock32
[DllOverrides]
......@@ -82,7 +86,9 @@ wsock32, winsock = builtin
advapi32, crtdll, ntdll = builtin, native
mpr, winspool = builtin, native
ddraw, dinput, dsound = builtin, native
winmm, w32skrnl, msvfw32= builtin
winmm, mmsystem = builtin
msvideo, msvfw32 = builtin, native
w32skrnl = builtin
wnaspi32, wow32 = builtin
system, display, wprocs = builtin
wineps = builtin
......@@ -136,3 +142,6 @@ Startup=
;InitialRows=25
;InitialColumns=80
;TerminalType=nxterm
# </wineconf>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment