1Contents of the "acorn" subdirectory for UnZip 5.4 and later:
2
3  acorn.c.acorn     Acorn-specific resources
4  acorn.c.riscos    mainly file-handling routines for FileCore-based filesystems
5  acorn.Contents    this file
6  acorn.GMakeFile   Makefile for gcc
7  acorn.h.riscos
8  acorn.h.swiven
9  acorn.makefile    Makefile script for default Acorn C compiler
10  acorn.README      notes about Acorn-specific features
11  acorn.RunMe1st    Obey file to move files into suitable place for compilation
12                    on RISC OS machines
13  acorn.s.swiven    SWI veneers
14  acorn.srcrename   small executable that converts files from Unix style to
15                    RISC OS style, used by RunMe1st
16
17Notes:
18
19  Use the "RunMe1st" file (it is an Obey file) to convert all the files from
20  "filename/[chs]" to "[chs].filename" (so that UnZip could be easily compiled
21  under RISC OS). It will also set the correct makefile.
22
23  To compile just set the CSD to the main UnZip directory and run 'amu'.
24
25  Currently only the Acorn C V5 compiler has been tested but probably also
26  Acorn C V4 and the Acorn Assembler V2 will be able to compile UnZip.
27