kolibrios/programs/other/cnc_editor/build_ru.bat
Ivan Baravy 66816d7a7e More language code fixes
I commit in several commits to check autobuild
2024-06-02 04:51:22 +01:00

10 lines
190 B
Batchfile

if not exist bin mkdir bin
@copy *.nc bin\*.nc
@erase lang.inc
@echo lang fix ru_RU >lang.inc
@fasm.exe -m 32768 cnc_editor.asm bin\cnc_editor.kex
@kpack bin\cnc_editor.kex
pause