On Mon, 2006-04-10 at 13:47 -0500, Alexandre Julliard wrote:
twain_32: Renamed the dlls/twain directory to dlls/twain_32.
Cool! I guess we're only left with the big 3: gdi/kernel/user.
Dimi Paun dimi@lattica.com writes:
On Mon, 2006-04-10 at 13:47 -0500, Alexandre Julliard wrote:
twain_32: Renamed the dlls/twain directory to dlls/twain_32.
Cool! I guess we're only left with the big 3: gdi/kernel/user.
A few more than that actually, looking at the symlinks in dlls:
gdi32.dll joystick.drv kernel32.dll mciwave.drv msacm.drv msisys.ocx user32.dll winealsa.drv winearts.drv wineaudioio.drv wineesd.drv winejack.drv winenas.drv wineoss.drv wineps.drv winex11.drv winspool.drv x11drv.dll
On Mon, 2006-04-10 at 21:56 +0200, Alexandre Julliard wrote:
A few more than that actually, looking at the symlinks in dlls:
gdi32.dll kernel32.dll user32.dll
Yeah, there are the ones I meant need a simple renaming.
joystick.drv mciwave.drv msacm.drv
These will need to be moved up one level and renamed.
msisys.ocx
Missed this one, what are the plans with this bugger?
winealsa.drv winearts.drv wineaudioio.drv wineesd.drv winejack.drv winenas.drv wineoss.drv
I guess we need to collapse all these in a wineaudio DLL.
wineps.drv winex11.drv winspool.drv x11drv.dll
Hmm, I don't have these on the wiki either, what are the plans here? Do we need to do anything with x11drv for example?
http://wiki.winehq.org/FlattenDllDirectories
Dimi Paun dimi@lattica.com writes:
wineps.drv winex11.drv winspool.drv x11drv.dll
Hmm, I don't have these on the wiki either, what are the plans here? Do we need to do anything with x11drv for example?
All the directories need to use the exact name of the dll (minus .dll extension), so x11drv should be winex11.drv, msisys should be msisys.ocx, etc.