From: jacob Date: Thu, 15 Feb 2007 23:27:29 +0000 (+0000) Subject: LICENCE in the installer should have CP/M line endings. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/5a9b85e7de43729feee0d8c85ca0db68e482c5c5 LICENCE in the installer should have CP/M line endings. git-svn-id: svn://svn.tartarus.org/sgt/putty@7290 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Buildscr b/Buildscr index df2244df..4775b85f 100644 --- a/Buildscr +++ b/Buildscr @@ -56,6 +56,9 @@ in putty/windows do perl -i~ -pe 'BEGIN{$$a=shift@ARGV;}s/^(VersionInfoTextVersi in putty/windows do perl -i~ -pe 'BEGIN{$$a=shift@ARGV;}s/^(AppVersion=).*$$/$$1$$a/' '$(Iversion)' putty.iss in putty/windows do perl -i~ -pe 'BEGIN{$$a=shift@ARGV;$$a=~s/M//;}s/^(VersionInfoVersion=\d+\.\d+\.)\d+(\.\d+)\r?$$/$$1$$a$$2/' '$(Irev)' putty.iss +# Windowsify LICENCE, since it's going in the Windows installer. +in putty do perl -i~ -pe 'y/\015//d;s/$$/\015/' LICENCE + delegate windows # FIXME: Cygwin alternative? in putty/windows do cmd /c vcvars32 \& nmake -f Makefile.vc $(Makeargs)