Re: src compilation on Win32

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Alexander Borkowski" <alexander(dot)borkowski(at)abri(dot)une(dot)edu(dot)au>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: src compilation on Win32
Date: 2004-08-12 15:16:26
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E41A76F5@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Alexander Borkowski
> [mailto:alexander(dot)borkowski(at)abri(dot)une(dot)edu(dot)au]
> Sent: 12 August 2004 10:14
> To: Dave Page
> Cc: Andreas Pflug; Yuri B. Lukyanov; pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] src compilation on Win32
>
> Dave Page wrote:
>
> >>Then the tarball needs fixing; at least the .dsp/.dsw files.
> >
> > Any ideas how? I'd suggest adding a call to unix2dos to
> make dist (which > is definitely Adam's territory), but that
> does seem to be in slackware > :-(
>
> Here is what I used to fix my source tarball (on the Linux
> command line, so it will work in a Makefile as well - if you
> escape the $ as $$):
>
> perl -wlpi -e 's/$/\r/' pgAdmin3.ds{p,w}

Ahh, good old perl. I was thinking of something called by make dist, but
I added that to pkg/src/build-tarball instead.

Thanks, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Gastón Micheri 2004-08-12 15:58:53 Re: CVS Commit by dpage: Automatic merge using stringmerge
Previous Message cvs 2004-08-12 15:15:38 CVS Commit by dpage: Fixup the line ends in the VC++ project files when