Re: Support for running Winelib apps directly

2005-01-03 Thread Boaz Harrosh
Vincent Béron wrote: Remove the loader script from Winelib apps. Winelib apps are still .so files, but they can be launched directly now. We did try to keep up with what wineapploader and wine did to load a fake-dll winelib app and all the spec.c magic that linked it all. Could you please elabo

Re: Support for running Winelib apps directly

2005-01-03 Thread Boaz Harrosh
Vincent Béron wrote: Remove the loader script from Winelib apps. Winelib apps are still .so files, but they can be launched directly now. We did try to keep up with what wineapploader and wine did to load a fake-dll winelib app and all the spec.c magic that linked it all. Could you please elabo

Re: Support for running Winelib apps directly

2005-01-03 Thread Mike Hearn
Hi Boaz, On Mon, 2005-01-03 at 15:58 +0200, Boaz Harrosh wrote: > We did try to keep up with what wineapploader and wine did to load a > fake-dll winelib app and all the spec.c magic that linked it all. > Could you please elaborate a bit on what has changed and how it is all > glued together?