On Tuesday 13 January 2004 10:50, Boaz Harrosh wrote:
> No! it is there for a purpose.
OK. Thanks all for educating me!
-Hans
see if it all
links with out any missing symbols. One missing symbol will be "main".
Hence the below file. It will automatically be linked by the check-link
stage in the makefiles.
Free Life
Boaz
Hans Leidekker wrote:
Hi,
There's a stray file, dlls/checklink.c, in Wine CVS with
--- Hans Leidekker <[EMAIL PROTECTED]> wrote:
> It must be a leftover from a configure run. I suspected my own tree
> but
> but it came back after I removed it and did a cvs update.
I have seen it before and always thought it was supposed to be there.
=)
Thanks
Steven
_
On Mon, Jan 12, 2004 at 09:12:54PM -0500, Hans Leidekker wrote:
>
> Hi,
>
> There's a stray file, dlls/checklink.c, in Wine CVS with these contents:
>
> int main(void)
> {
> return 0;
> }
>
> It must be a leftover from a configure run. I suspected my o
Hi,
There's a stray file, dlls/checklink.c, in Wine CVS with these contents:
int main(void)
{
return 0;
}
It must be a leftover from a configure run. I suspected my own tree but
but it came back after I removed it and did a cvs update.
-Hans