Hans Leidekker hans@it.vu.nl writes:
I explored that possibility some time ago. Moving to dlls/ implies using a spec file, because I don't think we want to use anything other than a standard Makefile under dlls/, right? This puzzled me since uuids are not functions and although spec syntax allows specification of data entry points ('extern'), winebuild doesn't support importing them. Using the standard Makefile will also give us a DSO which we don't need.
No, we wouldn't want to use a standard Makefile (note that we are not using one now in libs/ either, a static lib is special either way), so there's a bit of work involved to make this work right. I'll try to find the time to do it.