Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
2748 IgorA 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