Re: stray file

2004-01-13 Thread Hans Leidekker
On Tuesday 13 January 2004 10:50, Boaz Harrosh wrote: > No! it is there for a purpose. OK. Thanks all for educating me! -Hans

Re: stray file

2004-01-13 Thread Boaz Harrosh
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

Re: stray file

2004-01-12 Thread Steven Edwards
--- 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 _

Re: stray file

2004-01-12 Thread Marcus Meissner
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

stray file

2004-01-12 Thread Hans Leidekker
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