forked from KolibriOS/kolibrios
6 lines
109 B
Batchfile
6 lines
109 B
Batchfile
|
@erase lang.inc
|
||
|
@echo lang fix ru >lang.inc
|
||
|
@fasm -m 16384 cpu.asm cpu
|
||
|
@kpack cpu
|
||
|
@erase lang.inc
|
||
|
@pause
|