7 lines
123 B
Batchfile

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