Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7360 IgorA 1
if not exist bin mkdir bin
2
@copy *.nc bin\*.nc
3
 
4
@erase lang.inc
5
@echo lang fix ru >lang.inc
6
 
7
@fasm.exe -m 32768 cnc_editor.asm bin\cnc_editor.kex
8
@kpack bin\cnc_editor.kex
9
pause