1| This Obey file prepares the UnZip port for a Desktop C re-compile.
2| Run it and it will copy all the needed files into the correct
3| place.
4
5| Set the correct type of 'srcrename' so that the only requirement
6| for the user is to set 'RunMe1st' to Obey
7SetType <Obey$Dir>.srcrename FF8
8
9| Run 'srcrename' on the main UnZip directory with recursion enabled
10/<Obey$Dir>.srcrename -r -e c:h:s:o <Obey$Dir>.^
11
12| Create the 'o' directory
13CDir <Obey$Dir>.^.o
14
15| Put the Makefile in its correct place and set the correct filetype
16SetType <Obey$Dir>.makefile FE1
17Copy <Obey$Dir>.makefile <Obey$Dir>.^.makefile ~C ~V F
18