Hi all,
before I go ahead and create "stupid" separate EXE stubs with version info
and other things for the builtin DLLs:
I seem to remember that it's possible to create combined EXE/ELF
libraries capable of execution on both Linux *and* Windows.
So my question is:
Wouldn't it be better to add an EXE header to our libraries to be able to
use the version info and other library resources for both the library and
the faked DLL part ?
(I'm afraid this has been discussed before...)
Then we could just do a symlink e.g.
/dosc/windows/system/wnaspi32.dll -> wine/dlls/libwnaspi32.so
and everything would be settled.
Andreas Mohr