forked from KolibriOS/kolibrios
e74d295b71
git-svn-id: svn://kolibrios.org@7861 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
313 B
Batchfile
10 lines
313 B
Batchfile
if not exist bin mkdir bin
|
|
@erase lang.inc
|
|
@echo lang fix ru >lang.inc
|
|
@fasm.exe -m 16384 vox_creator.asm bin\vox_creator.kex
|
|
@kpack bin\vox_creator.kex
|
|
@fasm.exe -m 16384 vox_mover.asm bin\vox_mover.kex
|
|
@kpack bin\vox_mover.kex
|
|
@fasm.exe -m 16384 vox_tgl.asm bin\vox_tgl.kex
|
|
@kpack bin\vox_tgl.kex
|
|
pause |