On Thu, 22 Jan 2004 10:51:47 -0800, Alexandre Julliard wrote:
The wrapper is no longer necessary, but you need to use the -init and -fini link options in your Makefile. If you are using winegcc it's done automatically; winemaker hasn't been fixed yet so if you use that you'll need to add the options yourself, by copying the relevant bit from the wine configure.
Does this mean winelib apps no longer need to be run like "wine foo.exe.so", and can just be "./foo" like any other ELF binary?