Обсуждение: Loose check was corrected of win32.mak.

Поиск
Список
Период
Сортировка

Loose check was corrected of win32.mak.

От
"Hiroshi Saito"
Дата:
Hi Magnus.

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

Regards,
Hiroshi Saito

Вложения

Re: Loose check was corrected of win32.mak.

От
Magnus Hagander
Дата:
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.

От
"Hiroshi Saito"
Дата:
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.

От
Magnus Hagander
Дата:
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