diff options
Diffstat (limited to 'scripts/build-riscos')
-rw-r--r-- | scripts/build-riscos | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/build-riscos b/scripts/build-riscos new file mode 100644 index 000000000..c255a7827 --- /dev/null +++ b/scripts/build-riscos @@ -0,0 +1,11 @@ +| This is an RISC OS Obey file (filetype &feb) that copies handcrafted files +| for the RISC OS version into the correct places. +| It won't run on anything other than RISC OS -- I think ;-) + +copy <obey$dir>.conf-riscos.cipher.c.construct <obey$dir>.^.cipher.c.construct ~cf~v +copy <obey$dir>.conf-riscos.cipher.c.constructv <obey$dir>.^.cipher.c.constructv ~cf~v +copy <obey$dir>.conf-riscos.include.h.config <obey$dir>.^.include.h.config ~cf~v +copy <obey$dir>.conf-riscos.include.h.g10defs <obey$dir>.^.include.h.g10defs ~cf~v +copy <obey$dir>.conf-riscos.Makefile <obey$dir>.^.Makefile ~cf~v +settype <obey$dir>.^.Makefile &fe1 +echo Done. |