Re: src compilation on Win32

From: Alexander Borkowski <alexander(dot)borkowski(at)abri(dot)une(dot)edu(dot)au>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>, "Yuri B(dot) Lukyanov" <snaky(at)ulstu(dot)ru>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: src compilation on Win32
Date: 2004-08-12 09:13:56
Message-ID: 411B34D4.80101@abri.une.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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}

Cheers,

Alex

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-08-12 09:33:18 Re: src compilation on Win32
Previous Message Alexander Borkowski 2004-08-12 09:11:31 Re: src compilation on Win32