Thread: Loose check was corrected of win32.mak.
Hi Magnus. Loose check was corrected... and, It notifies an intelligible error message. Regards, Hiroshi Saito
Attachment
On Tue, Oct 02, 2007 at 02:20:16PM +0900, Hiroshi Saito wrote: > Hi Magnus. > > Loose check was corrected... > and, It notifies an intelligible error message. + !MESSAGE nmake ended.... + !ERROR Make aorted. Apart from the spelling error on the second line, do we need the first line at all? It kind of says the same thing, but does nmake require a fixed number of rows or so? If not, I'll just take that away before committing. //Magnus
From: "Magnus Hagander" <magnus@hagander.net> > + !MESSAGE nmake ended.... > + !ERROR Make aorted. > > > Apart from the spelling error on the second line, do we need the first line > at all? It kind of says the same thing, but does nmake require a fixed > number of rows or so? If not, I'll just take that away before committing. Ahhh... !ERROR Make aorted. Yeah Ok, Please only it. Thanks! Regards, Hiroshi Saito
Hiroshi Saito wrote: > From: "Magnus Hagander" <magnus@hagander.net> >> + !MESSAGE nmake ended.... >> + !ERROR Make aorted. >> >> >> Apart from the spelling error on the second line, do we need the first >> line >> at all? It kind of says the same thing, but does nmake require a fixed >> number of rows or so? If not, I'll just take that away before committing. > > Ahhh... > !ERROR Make aorted. > > Yeah Ok, Please only it. > Thanks! Applied with fix, thanks. //MAgnus