summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rw-r--r--Porting/makerel21
1 files changed, 21 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel
index 46f88fb0fb..ea99c67a69 100644
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -106,6 +106,27 @@ my @exe = qw(
);
system("chmod +x @exe");
+my @writables = qw(
+ embed.h
+ embedvar.h
+ ext/B/B/Asmdata.pm
+ ext/ByteLoader/byterun.c
+ ext/ByteLoader/byterun.h
+ global.sym
+ keywords.h
+ lib/warning.pm
+ objXSUB.h
+ opcode.h
+ pp.sym
+ pp_proto.h
+ regnodes.h
+ warning.h
+ win32/config_H.bc
+ win32/config_h.gc
+ win32/config_H.vc
+);
+system("chmod +w @writables");
+
print "Adding CRs to DOSish files...\n";
my @crlf = qw(
djgpp/configure.bat