RunMe1st 819 B

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