X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Fmakerel;h=d4022bbccb28fbb0980d8520a2548d65eb26f000;hb=236afa0aa46ede1fe5f6b4825a5e6c14d27b0929;hp=c2a04a9fe24fc6462863c4877efe6dade27185ae;hpb=86cd7d77654dfb28d587654d8287816585ed2954;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/makerel b/Porting/makerel index c2a04a9..d4022bb 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -106,6 +106,8 @@ my @exe = qw( Porting/*.pl mpeix/nm mpeix/relink + Cross/generate_config_sh + Cross/warp ); system("chmod +x @exe") == 0 or die "system: $!"; @@ -149,11 +151,17 @@ system("chmod +w @writables") == 0 or die "system: $!"; print "Adding CRs to DOSish files...\n"; +# This list is also in curliff.pl. my @crlf = qw( djgpp/configure.bat README.ce README.dos + README.symbian README.win32 + symbian/config.pl + symbian/makesis.pl + symbian/README + symbian/xsbuild.pl win32/Makefile win32/makefile.mk wince/Makefile.ce