Loose check was corrected of win32.mak.

Started by Hiroshi Saitoalmost 19 years ago4 messagespatches
Jump to latest
#1Hiroshi Saito
z-saito@guitar.ocn.ne.jp

Hi Magnus.

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

Regards,
Hiroshi Saito

Attachments:

win32mak_patchapplication/octet-stream; name=win32mak_patchDownload+12-4
#2Magnus Hagander
magnus@hagander.net
In reply to: Hiroshi Saito (#1)
Re: Loose check was corrected of win32.mak.

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

#3Hiroshi Saito
z-saito@guitar.ocn.ne.jp
In reply to: Hiroshi Saito (#1)
Re: Loose check was corrected of win32.mak.

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

#4Magnus Hagander
magnus@hagander.net
In reply to: Hiroshi Saito (#3)
Re: Loose check was corrected of win32.mak.

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