Thread: Loose check was corrected of win32.mak.

Loose check was corrected of win32.mak.

From
"Hiroshi Saito"
Date:
Hi Magnus.

Loose check was corrected...
and, It notifies an intelligible error message.

Regards,
Hiroshi Saito

Attachment

Re: Loose check was corrected of win32.mak.

From
Magnus Hagander
Date:
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

Re: Loose check was corrected of win32.mak.

From
"Hiroshi Saito"
Date:
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

Re: Loose check was corrected of win32.mak.

From
Magnus Hagander
Date:
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