kolibrios-gitea/programs/media/scrshoot/build_en.bat

7 lines
129 B
Batchfile

@erase lang.inc
@echo lang fix en_US >lang.inc
@fasm -m 16384 scrshoot.asm scrshoot
@kpack scrshoot
@erase lang.inc
@pause