[Mono-winforms-list] Re: win32 api dlls

Vlad Kaluzhny vkaluzhny@openlinksw.co.uk
Thu, 24 Apr 2003 02:03:32 +0700


Hi
Hmm, it seems it is working.. cannot follow why I did not get it before....

so I have
/usr/wine/wine-20030318 - as a native wine
/usr/wine_tests - as my changes

I did:
#cd  /usr
# diff -ruN wine/wine-20030318  wine_tests > patches

I've got  patches  file as long as 38 Mb. :-)
I am even afraid to look at it...


Regards, Vlad

----- Original Message -----
From: "Miguel de Icaza" <miguel@ximian.com>
To: "Vlad Kaluzhny" <vkaluzhny@openlinksw.co.uk>
Cc: "Yrjana Rankka" <ghard@openlinksw.com>;
<mono-winforms-list@lists.ximian.com>
Sent: Thursday, April 24, 2003 01:52
Subject: Re: [Mono-winforms-list] Re: win32 api dlls


> Hello,
>
> > The version of Wine, which   I have modified is 20030318. I used it as a
> > base.
>
> Thanks.
>
> > I do not use cvs diff, I use plain diff. :-)
> > There  is no error with -r key, it just does not dive into the dirs
tree.
> > make diff  for current directory only.
>
> Type the following commands:
>
> tar xzf win32api.tgz
> mv wine newwine
> tar xzf wine-20030318.tar.gz
> diff -ruN wine newwine > patches
> ls -l patches
>
> Tell me what errors do you get from that
>
> Miguel
>