Subject: RE: installing tools to compiler pbsdboot.exe
To: Chris G. Demetriou <cgd@netbsd.org>
From: TAKEMURA, Shin <takemura@netbsd.org>
List: port-hpcmips
Date: 01/08/2000 13:10:29
-----Original Message-----
From: Chris G. Demetriou <cgd@netbsd.org>
To: TAKEMURA, Shin <takemura@netbsd.org>
Cc: port-hpcmips@netbsd.org <port-hpcmips@netbsd.org>
Date: Friday, January 07, 2000 4:55 AM
Subject: Re: installing tools to compiler pbsdboot.exe


>"TAKEMURA, Shin" <takemura@netbsd.org> writes:
>> >I've got some improvements to the project files, etc., but i want
>> >folks to try them out with VC5 before i check them in.


It works fine! Please commit it.

(However, I'd like to run simply 'make' or 'make winfiles' instead of 
 'make -f Makefile.winfiles'...)

>On the topic of CRs in the files:
>
>At least VC6 seems to:
> * require CRs in the .dsp and .dsw files
> * cope with either CR/NL or just NL as the line-end convention
>   in actual sources.  Like, I can srip the CRs off the .h and
>   .c files, and they work, and when i edit and save them, they
>   don't get CRs added back.
>
>Does VC5 work the same way?  (If so, we can nuke the CRs in the source
>files, which would make them more editable under UNIX...)


Unfortunately, VC5's text editor inserts CRs into .h and .c files
forcedly when I edit and save them. But I feel no reluctance in 
stripping CRs in .h and .c files. I will give up editting on VC5's
editor and use xemacs on NetBSD side.

Takemura