Re: winemaker: use winegcc

2004-02-27 Thread Dimitrie O. Paun
On Fri, 27 Feb 2004, Francois Gouget wrote: > Does winegcc systematically link applications and dlls to advapi32, > comdlg32, etc? How does one do if one does not want to link with gdi32 > for instance? Yes, it does, those are the defaults for MinGW. More specifically, all apps are linked by defa

Re: winemaker: use winegcc

2004-02-27 Thread Francois Gouget
On Fri, 27 Feb 2004, Dimitrie O. Paun wrote: [...] > @@ -801,7 +753,7 @@ > $basename=~ s/\.(dll|exe)$//i; > # This is the default link list of Visual Studio, except odbccp32 > # which we don't have in Wine. > -my @std_imports=qw(advapi32 comdlg32 gdi32 kernel32 odbc32 ole32 oleau