mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 02:47:07 +03:00
9 lines
185 B
Batchfile
9 lines
185 B
Batchfile
|
if not exist bin mkdir bin
|
||
|
@copy *.nc bin\*.nc
|
||
|
|
||
|
@erase lang.inc
|
||
|
@echo lang fix ru >lang.inc
|
||
|
|
||
|
@fasm.exe -m 32768 cnc_editor.asm bin\cnc_editor.kex
|
||
|
@kpack bin\cnc_editor.kex
|
||
|
pause
|