kolibrios/programs/other/cnc_editor/build_en.bat

10 lines
190 B
Batchfile
Raw Permalink Normal View History

if not exist bin mkdir bin
@copy *.nc bin\*.nc
@erase lang.inc
2024-06-03 01:34:02 +02:00
@echo lang fix en_US >lang.inc
@fasm.exe -m 32768 cnc_editor.asm bin\cnc_editor.kex
@kpack bin\cnc_editor.kex
2024-06-03 01:34:02 +02:00
pause