forked from KolibriOS/kolibrios
48ae125675
git-svn-id: svn://kolibrios.org@7360 a494cfbc-eb01-0410-851d-a64ba20cac60
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 |