Alexandre Julliard wrote:
Dan Kegel dank@kegel.com writes:
Wouldn't it suffice to compile the Wine DLLs as PE? Then you wouldn't need to link binaries of different types together.
But then you wouldn't be able to use ELF libraries from Wine DLLs, which means you would need to recompile all the system libraries as PE too.
Oh. (Hey, that might be an advantage... then you could limit which system libraries wine programs used by just not recompiling them :-) - Dan