Re: New winebuild functionaliy

2000-12-15 Thread Jon
Hi, On Wednesday 13 December 2000 9:04 pm, Francois Gouget wrote: If I understand correctly you would put these statements in the application's spec file. Right? Ah, I think I understand: - you put these in the application's spec file - you import ntdll crtdll to get various

Re: New winebuild functionaliy

2000-12-14 Thread Francois Gouget
Hi, Jon wrote: [...] 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

Re: New winebuild functionaliy

2000-12-13 Thread Ove Kaaven
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

Re: New winebuild functionaliy

2000-12-13 Thread Francois Gouget
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