Re: src compilation on Win32 - Mailing list pgadmin-hackers

From Alexander Borkowski
Subject Re: src compilation on Win32
Date
Msg-id 411B34D4.80101@abri.une.edu.au
Whole thread Raw
In response to Re: src compilation on Win32  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: src compilation on Win32
Next
From: Alexander Borkowski
Date:
Subject: Re: src compilation on Win32