RE: .so dependancies in winegcc

2004-10-13 Thread stegefin
Selon Warren_Baird/[EMAIL PROTECTED]: > Pierre d'Herbemont <[EMAIL PROTECTED]> wrote on 10/10/2004 01:50:39 PM: > > > Warren, > > > > On Mac OS X/Darwin .so and .dylib extensions are both used. In fact > > .dylib extension is used for dynamic libraries (libwine*.dylib) whereas > > dll.so and exe.s

RE: .so dependancies in winegcc

2004-10-12 Thread Warren_Baird/CSI
Pierre d'Herbemont <[EMAIL PROTECTED]> wrote on 10/10/2004 01:50:39 PM: > Warren, > > On Mac OS X/Darwin .so and .dylib extensions are both used. In fact > .dylib extension is used for dynamic libraries (libwine*.dylib) whereas > dll.so and exe.so extensions are used for the dlls and the exe. S

.so dependancies in winegcc

2004-10-08 Thread Warren_Baird/CSI
Hi all, I'm still working on getting wine going on hpux, and I thought I should submit patches for more of the changes I've made. There were a couple of places in winegcc where there were some assumptions made about .so being the shared library extension and .exe.so being the executable suffix