Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  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
  7. SetType <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
  13. CDir <Obey$Dir>.^.o
  14.  
  15. | Put the Makefile in its correct place and set the correct filetype
  16. SetType <Obey$Dir>.makefile FE1
  17. Copy <Obey$Dir>.makefile <Obey$Dir>.^.makefile ~C ~V F
  18.