2009/10/10 Neil Gierman <ngier...@roadrunn.com>

> I have not submitted a patch because there are 2 ways to possibly fix it.
> One way is to add unix2dos to the end of the make target that creates the
> dsp. However that would require that all machines that generate the dsp
> have
> unix2dos installed. I don't know if that is ok. The other way that _might_
> fix it is to submit the msvcproj.head and msvcproj.foot with Windows line
> feeds instead of Unix how they are now, however I'm not sure if the way
> Makefile.am is doing the echo's into the final dsp will put the Unix line
> endings back. My preference is to just add unix2dos to the Makefile.am and
> require that utility to be installed on all build machines.
>
>
sed s/$/\r/ filename1 > filename2
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to