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