Subversion Repositories Kolibri OS

Rev

Rev 7205 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if not exist bin mkdir bin
  2. @copy *.vox bin\*.vox
  3. @fasm.exe -m 16384 voxel_editor.asm bin\voxel_editor.kex
  4. @kpack bin\voxel_editor.kex
  5. pause