On Wed, 13 Dec 2000, Ove Kaaven wrote:
>
> On Wed, 13 Dec 2000, Jon wrote:
>
> > Hi all,
> >
> > The attached patch adds some functionality to winebuild:
> >
> > -Spec files can contain lines of the following form:
> >
> > #Don't link to Win32 Unicode functions, use libc instead
> > ignore wcslen,_wcsicmp,_wcslwr,_wcsnicmp,_wcsupr,mbstowcs,wcscat,wcschr
> > ignore wcscmp,wcscpy,wcscspn,wcslen,wcsncat,wcsncmp,wcsncpy,wcspbrk,wcsrchr
> > ignore wcsspn,wcsstr,wcstok,wcstol,wcstombs,wcstoul
> >
> > -The symbols given in "ignore" lines will not resolved into a DLL thunk by
> > winebuild.
[...]
> Hmm... something tells me we've had such functionality for a while
> already, with the -noimport flag?
No. As I understand it, this is different.
The '-noimport' is in the dll's spec file and makes it so that that
entry point is never imported by any winelib user of the library.
The 'ignore' directive is in the Winelib application's spec file and
allows you to not import specific entry-points that are exported by the
dll.
Jon will correct me if I'm wrong.
--
Francois Gouget [EMAIL PROTECTED] http://fgouget.free.fr/
If it stinks, it's chemistry. If it moves, it's biology.
If it does not work, It's computer science.