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

6 lines
125 B
Batchfile

@echo lang fix ru_RU >lang.inc
@fasm.exe -m 16384 cnc_control.asm cnc_control
@erase lang.inc
@kpack cnc_control
@pause