mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-05 23:01:57 +03:00
5 lines
120 B
Batchfile
5 lines
120 B
Batchfile
|
@echo lang fix ru >lang.inc
|
||
|
@fasm.exe -m 16384 cnc_control.asm cnc_control
|
||
|
@erase lang.inc
|
||
|
@kpack cnc_control
|
||
|
@pause
|